/PHP-8.3/ext/spl/tests/ |
H A D | RecursiveCallbackFilterIterator_trampoline_usage.phpt | 2 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 D | gh10011.phpt | 23 echo "Unregister trampoline:\n"; 53 Unregister trampoline:
|
/PHP-8.3/Zend/asm/ |
H A D | make_x86_64_sysv_elf_gas.S | 80 leaq trampoline(%rip), %rcx 102 jmp trampoline 132 jmp trampoline 160 trampoline: label
|
H A D | make_x86_64_sysv_macho_gas.S | 51 leaq trampoline(%rip), %rcx 64 trampoline: label
|
H A D | make_arm64_aapcs_pe_armasm.asm | 83 ; store address as x19 for trampoline 85 ; store trampoline address as pc 86 adr x2, trampoline 96 trampoline label
|
H A D | make_i386_sysv_macho_gas.S | 59 addl $trampoline-1b, %ecx 76 trampoline: label
|
H A D | make_ppc32_sysv_elf_gas.S | 75 # 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 D | make_i386_sysv_elf_gas.S | 72 addl $trampoline-1b, %ecx 89 trampoline: label
|
H A D | make_i386_ms_pe_masm.asm | 73 ; 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 D | make_ppc32_sysv_macho_gas.S | 92 ; store as trampoline's R31
|
/PHP-8.3/Zend/tests/ |
H A D | is_callable_trampoline_uaf.phpt | 2 is_callable() with trampoline should not caused UAF 22 // Extra X::foo() wrapper to force use of allocated trampoline.
|
H A D | is_callable_trampoline_uaf-deprecated.phpt | 2 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 D | gh16515.phpt | 2 GH-16515: Incorrect propagation of ZEND_ACC_RETURN_REFERENCE for call trampoline
|
H A D | gh10072-2.phpt | 2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code dur…
|
H A D | gh10072.phpt | 2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code)
|
/PHP-8.3/ext/reflection/tests/ |
H A D | default_value_internal_userland_arginfo.phpt | 2 Fetching default value of an internal trampoline function with userland arginfo
|
/PHP-8.3/ext/sqlite3/tests/ |
H A D | sqlite3_trampoline_createfunction.phpt | 2 SQLite3::createFunction trampoline callback
|
H A D | sqlite3_trampoline_setauthorizer.phpt | 2 SQLite3 user authorizer trampoline callback
|
H A D | sqlite3_trampoline_create_collation.phpt | 2 Test SQLite3::createCollation() trampoline callback
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | gh16233.phpt | 2 GH-16233 (Observer segfault when calling user function in internal function via trampoline)
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | trampoline_001.phpt | 2 JIT Trampoline 001: trampoline cleanup
|
H A D | trampoline_002.phpt | 2 JIT Trampoline 002: trampoline cleanup
|
/PHP-8.3/Zend/ |
H A D | zend_closures.c | 846 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 | ZEND_ACC_RETU… 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 …]
|
/PHP-8.3/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_trampoline.phpt | 2 libxml_set_external_entity_loader() trampoline callback
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | bug74345.phpt | 2 Bug #74345: Call trampoline leaked if callback not invoked
|