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 d39215a commit 8795635Copy full SHA for 8795635
php_ibase_includes.h
@@ -41,7 +41,7 @@
41
#define IB_STATUS (IBG(status))
42
43
#ifdef IBASE_DEBUG
44
-#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
+#define IBDEBUG(a) php_printf("::: %s (%s:%d)\n", a, __FILE__, __LINE__);
45
#endif
46
47
#ifndef IBDEBUG
0 commit comments