Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/reflection/tests/
H A Ddefault_value_internal_userland_arginfo.phpt2 Fetching default value of an internal trampoline function with userland arginfo
/PHP-8.0/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt2 JIT Trampoline 001: trampoline cleanup
H A Dtrampoline_002.phpt2 JIT Trampoline 002: trampoline cleanup
/PHP-8.0/ext/standard/tests/array/
H A Dbug74345.phpt2 Bug #74345: Call trampoline leaked if callback not invoked
/PHP-8.0/Zend/
H A Dzend_object_handlers.h243 if ((func) == &EG(trampoline)) { \
244 EG(trampoline).common.function_name = NULL; \
H A Dzend_globals.h236 zend_function trampoline; member
H A Dzend_execute_API.c177 EG(trampoline).common.function_name = NULL; in init_executor()
425 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
H A Dzend_object_handlers.c1129 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1130 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
H A Dzend.c730 memset(&executor_globals->trampoline, 0, sizeof(zend_op_array)); in executor_globals_ctor()
/PHP-8.0/ext/zend_test/
H A Dtest.c321 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_test_class_method_get()
322 fptr = (zend_internal_function *) &EG(trampoline); in zend_test_class_method_get()
342 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_test_class_static_method_get()
343 fptr = (zend_internal_function *) &EG(trampoline); in zend_test_class_static_method_get()
/PHP-8.0/ext/spl/
H A Dphp_spl.c536 if (UNEXPECTED(alfi->func_ptr == &EG(trampoline))) { in PHP_FUNCTION()
/PHP-8.0/ext/ffi/
H A Dffi.c2087 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_ffi_cdata_get_closure()
2088 func = &EG(trampoline); in zend_ffi_cdata_get_closure()
2826 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_ffi_get_func()
2827 func = &EG(trampoline); in zend_ffi_get_func()

Completed in 56 milliseconds