Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.h53 extern ZEND_API const zend_internal_function zend_pass_function;
H A Dzend_vm_def.h3432 func = (zend_function*)&zend_pass_function;
4625 EX(call)->func = (zend_function*)&zend_pass_function;
4978 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function,
H A Dzend_execute.c119 ZEND_API const zend_internal_function zend_pass_function = { variable
H A Dzend_vm_execute.h1434 EX(call)->func = (zend_function*)&zend_pass_function;
5398 func = (zend_function*)&zend_pass_function;
7581 func = (zend_function*)&zend_pass_function;
8855 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function,
10673 func = (zend_function*)&zend_pass_function;
27619 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function,
34436 ZEND_CALL_FUNCTION, (zend_function *) &zend_pass_function,

Completed in 176 milliseconds