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 ea4807e commit 1f67201Copy full SHA for 1f67201
Zend/zend_execute.c
@@ -1307,9 +1307,6 @@ ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc)
1307
# define ZEND_VERIFY_FUNC_INFO 0
1308
#endif
1309
1310
-#undef ZEND_VERIFY_FUNC_INFO
1311
-#define ZEND_VERIFY_FUNC_INFO 1
1312
-
1313
static void zend_verify_internal_func_info(zend_function *fn, zval *retval) {
1314
#if ZEND_VERIFY_FUNC_INFO
1315
zend_string *name = fn->common.function_name;
0 commit comments