Home
last modified time | relevance | path

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

123

/php-src/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-src/ext/curl/tests/
H A Dcurl_write_trampoline.phpt2 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 Dcurl_writeheader_tranpoline.phpt2 Test trampoline for curl option CURLOPT_HEADERFUNCTION
15 $callback = [$o, 'trampoline'];
28 Trampoline for trampoline
H A Dcurl_xferinfo_trampoline.phpt2 Test trampoline for curl option CURLOPT_XFERINFOFUNCTION
21 $callback = [$o, 'trampoline'];
32 Trampoline for trampoline
H A Dcurl_progress_trampoline.phpt2 Test trampoline for curl option CURLOPT_PROGRESSFUNCTION
21 $callback = [$o, 'trampoline'];
32 Trampoline for trampoline
H A Dcurl_fnmatch_trampoline.phpt2 Test trampoline for curl option CURLOPT_FNMATCH_FUNCTION
21 $callback = [$o, 'trampoline'];
32 Trampoline for trampoline
H A Dcurl_ssh_hostkey_trampoline.phpt2 Test trampoline for curl option CURLOPT_SSH_HOSTKEYFUNCTION
23 $callback = [$o, 'trampoline'];
40 Trampoline for trampoline
H A Dcurl_read_trampoline.phpt2 Test trampoline for curl option CURLOPT_READFUNCTION
15 $callback = [$o, 'trampoline'];
48 Trampoline for trampoline
H A Dcurl_pushfunction_trampoline.phpt2 Test trampoline for curl option CURLMOPT_PUSHFUNCTION
24 $callback = [$o, 'trampoline'];
/php-src/Zend/asm/
H A Dmake_x86_64_sysv_elf_gas.S83 leaq trampoline(%rip), %rcx
105 jmp trampoline
135 jmp trampoline
163 trampoline: label
H A Dmake_x86_64_sysv_macho_gas.S51 leaq trampoline(%rip), %rcx
64 trampoline: label
H A Dmake_sparc64_sysv_elf_gas.S40 # 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 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_x86_64_ms_pe_gas.S138 leaq trampoline(%rip), %rcx
151 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.S76 addl $trampoline-1b, %ecx
93 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
/php-src/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…
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline.phpt2 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 Dissue78621_method.phpt22 echo "$method trampoline for $realMethod\n";
52 whatever trampoline for disp
54 whateverRe trampoline for dispRe
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt71 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 ---

Completed in 44 milliseconds

123