/php-src/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-src/ext/curl/tests/ |
H A D | curl_write_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_WRITEFUNCTION 15 $callback = [$o, 'trampoline']; 17 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-CURLOPT_WRITEFUNCTION-trampoline'); 32 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-CURLOPT_WRITEFUNCTION-trampoline'); 36 Trampoline for trampoline
|
H A D | curl_writeheader_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_HEADERFUNCTION 15 $callback = [$o, 'trampoline']; 28 Trampoline for trampoline
|
H A D | curl_xferinfo_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_XFERINFOFUNCTION 21 $callback = [$o, 'trampoline']; 32 Trampoline for trampoline
|
H A D | curl_progress_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_PROGRESSFUNCTION 21 $callback = [$o, 'trampoline']; 32 Trampoline for trampoline
|
H A D | curl_fnmatch_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_FNMATCH_FUNCTION 21 $callback = [$o, 'trampoline']; 32 Trampoline for trampoline
|
H A D | curl_ssh_hostkey_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_SSH_HOSTKEYFUNCTION 23 $callback = [$o, 'trampoline']; 40 Trampoline for trampoline
|
H A D | curl_read_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_READFUNCTION 15 $callback = [$o, 'trampoline']; 48 Trampoline for trampoline
|
H A D | curl_pushfunction_trampoline.phpt | 2 Test trampoline for curl option CURLMOPT_PUSHFUNCTION 25 $callback = [$o, 'trampoline']; 63 Trampoline for trampoline
|
H A D | gh16359.phpt | 7 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-CURLOPT_WRITEFUNCTION-trampoline');
|
/php-src/Zend/asm/ |
H A D | make_x86_64_sysv_elf_gas.S | 83 leaq trampoline(%rip), %rcx 105 jmp trampoline 135 jmp trampoline 163 trampoline: label
|
H A D | make_x86_64_sysv_macho_gas.S | 51 leaq trampoline(%rip), %rcx 64 trampoline: label
|
H A D | make_sparc64_sysv_elf_gas.S | 40 # a stack frame. So this code uses an extra trampoline to load 42 # Extract the full address of the trampoline via pc relative addressing 45 add %l0, (trampoline - 1b - 8), %l0 56 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_x86_64_ms_pe_gas.S | 138 leaq trampoline(%rip), %rcx 151 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 | 76 addl $trampoline-1b, %ecx 93 trampoline: label
|
/php-src/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
|
/php-src/ext/xml/tests/ |
H A D | set_element_handler_trampoline.phpt | 2 Test xml_set_element_handler handlers as trampoline callback 47 echo "\nStart handler is trampoline, end handler method string:\n"; 54 echo "\nEnd handler is trampoline, start handler method string:\n"; 77 Start handler is trampoline, end handler method string: 92 End handler is trampoline, start handler method string:
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | issue78621_method.phpt | 22 echo "$method trampoline for $realMethod\n"; 52 whatever trampoline for disp 54 whateverRe trampoline for dispRe
|
/php-src/ext/xsl/tests/ |
H A D | registerPHPFunctionNS.phpt | 71 echo "--- Legit cases: trampoline callable ---\n"; 73 $proc = createProcessor(["foo:trampoline(string(@href))"]); 74 $proc->registerPHPFunctionNS('urn:foo', 'trampoline', TrampolineClass::test(...)); 99 --- Legit cases: trampoline callable ---
|