Skip to content

Commit 1f67201

Browse files
committed
remove debug
1 parent ea4807e commit 1f67201

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_execute.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,9 +1307,6 @@ ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc)
13071307
# define ZEND_VERIFY_FUNC_INFO 0
13081308
#endif
13091309

1310-
#undef ZEND_VERIFY_FUNC_INFO
1311-
#define ZEND_VERIFY_FUNC_INFO 1
1312-
13131310
static void zend_verify_internal_func_info(zend_function *fn, zval *retval) {
13141311
#if ZEND_VERIFY_FUNC_INFO
13151312
zend_string *name = fn->common.function_name;

0 commit comments

Comments
 (0)