We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5250c78 commit 327fa2bCopy full SHA for 327fa2b
php_ibase_includes.h
@@ -35,6 +35,7 @@
35
36
#define IB_STATUS (IBG(status))
37
38
+/* XXX ZEND_DEBUG_ is misleading, it should be something like IBASE_DEBUG. */
39
#ifdef ZEND_DEBUG_
40
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
41
#endif
0 commit comments