Home
last modified time | relevance | path

Searched refs:trampoline (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dis_callable_trampoline_uaf.phpt2 is_callable() with trampoline should not caused UAF
22 // Extra X::foo() wrapper to force use of allocated trampoline.
/PHP-7.4/ext/standard/tests/array/
H A Dbug74345.phpt2 Bug #74345: Call trampoline leaked if callback not invoked
/PHP-7.4/Zend/
H A Dzend_object_handlers.h250 if ((func) == &EG(trampoline)) { \
251 EG(trampoline).common.function_name = NULL; \
H A Dzend_globals.h234 zend_function trampoline; member
H A Dzend_object_handlers.c1270 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1271 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
H A Dzend.c699 memset(&executor_globals->trampoline, 0, sizeof(zend_op_array)); in executor_globals_ctor()
H A Dzend_execute_API.c176 EG(trampoline).common.function_name = NULL; in init_executor()
/PHP-7.4/ext/spl/
H A Dphp_spl.c638 if (UNEXPECTED(alfi.func_ptr == &EG(trampoline))) { in PHP_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c2054 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_ffi_cdata_get_closure()
2055 func = &EG(trampoline); in zend_ffi_cdata_get_closure()
2808 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_ffi_get_func()
2809 func = &EG(trampoline); in zend_ffi_get_func()

Completed in 39 milliseconds