Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/spl/tests/
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt2 RecursiveCallbackFilterIterator with trampoline callback
26 $callback = [$o, 'trampoline'];
37 Trampoline for trampoline
40 Trampoline for trampoline
41 Trampoline for trampoline
43 Trampoline for trampoline
45 Trampoline for trampoline
46 Trampoline for trampoline
49 Trampoline for trampoline
H A Dgh10011.phpt23 echo "Unregister trampoline:\n";
53 Unregister trampoline:
/PHP-8.3/Zend/asm/
H A Dmake_x86_64_sysv_elf_gas.S80 leaq trampoline(%rip), %rcx
102 jmp trampoline
132 jmp trampoline
160 trampoline: label
H A Dmake_x86_64_sysv_macho_gas.S51 leaq trampoline(%rip), %rcx
64 trampoline: label
H A Dmake_arm64_aapcs_pe_armasm.asm83 ; store address as x19 for trampoline
85 ; store trampoline address as pc
86 adr x2, trampoline
96 trampoline label
H A Dmake_i386_sysv_macho_gas.S59 addl $trampoline-1b, %ecx
76 trampoline: label
H A Dmake_ppc32_sysv_elf_gas.S75 # save context-function for trampoline
97 # compute abs address of trampoline, use as PC
98 addi %r7, %r4, trampoline - 1b
113 trampoline: label
H A Dmake_i386_sysv_elf_gas.S72 addl $trampoline-1b, %ecx
89 trampoline: label
H A Dmake_i386_ms_pe_masm.asm73 ; compute abs address of label trampoline
74 mov ecx, trampoline
75 ; save address of trampoline as return-address for context-function
123 trampoline: label
H A Dmake_ppc32_sysv_macho_gas.S92 ; store as trampoline's R31
/PHP-8.3/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.
H A Dis_callable_trampoline_uaf-deprecated.phpt2 is_callable() with trampoline should not caused UAF [original test with deprecated syntax]
22 // Extra X::foo() wrapper to force use of allocated trampoline.
H A Dgh10072-2.phpt2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code dur…
H A Dgh10072.phpt2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code)
/PHP-8.3/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.3/ext/reflection/tests/
H A Ddefault_value_internal_userland_arginfo.phpt2 Fetching default value of an internal trampoline function with userland arginfo
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_trampoline_createfunction.phpt2 SQLite3::createFunction trampoline callback
H A Dsqlite3_trampoline_setauthorizer.phpt2 SQLite3 user authorizer trampoline callback
H A Dsqlite3_trampoline_create_collation.phpt2 Test SQLite3::createCollation() trampoline callback
H A Dsqlite3_trampoline_create_aggregate.phpt2 SQLite3::createAggregate() trampoline callback
/PHP-8.3/Zend/
H A Dzend_closures.c846 zend_internal_function trampoline; in zend_closure_from_frame() local
861 memset(&trampoline, 0, sizeof(zend_internal_function)); in zend_closure_from_frame()
862 trampoline.type = ZEND_INTERNAL_FUNCTION; in zend_closure_from_frame()
863 trampoline.fn_flags = mptr->common.fn_flags & (ZEND_ACC_STATIC | ZEND_ACC_VARIADIC); in zend_closure_from_frame()
864 trampoline.handler = zend_closure_call_magic; in zend_closure_from_frame()
865 trampoline.function_name = mptr->common.function_name; in zend_closure_from_frame()
866 trampoline.scope = mptr->common.scope; in zend_closure_from_frame()
867 if (trampoline.fn_flags & ZEND_ACC_VARIADIC) { in zend_closure_from_frame()
868 trampoline.arg_info = trampoline_arg_info; in zend_closure_from_frame()
872 mptr = (zend_function *) &trampoline; in zend_closure_from_frame()
[all …]
H A Dzend_object_handlers.h263 if ((func) == &EG(trampoline)) { \
264 EG(trampoline).common.function_name = NULL; \
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_trampoline.phpt2 libxml_set_external_entity_loader() trampoline callback
/PHP-8.3/ext/standard/tests/array/
H A Dbug74345.phpt2 Bug #74345: Call trampoline leaked if callback not invoked

Completed in 46 milliseconds

12