Home
last modified time | relevance | path

Searched refs:zend_pass_function (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.h53 extern ZEND_API const zend_internal_function zend_pass_function;
H A Dzend_vm_def.h3902 func = (zend_function*)&zend_pass_function;
5092 EX(call)->func = (zend_function*)&zend_pass_function;
5489 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function,
H A Dzend_execute.c129 ZEND_API const zend_internal_function zend_pass_function = { variable
H A Dzend_vm_execute.h2045 EX(call)->func = (zend_function*)&zend_pass_function; in ZEND_SEND_ARRAY_SPEC_HANDLER()
6065 func = (zend_function*)&zend_pass_function; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8337 func = (zend_function*)&zend_pass_function; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
9297 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function, in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
10797 func = (zend_function*)&zend_pass_function; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
27690 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function, in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
34390 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function, in ZEND_NEW_SPEC_UNUSED_UNUSED_HANDLER()

Completed in 144 milliseconds