Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 25 of 56) sorted by relevance

123

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h574 #define TRACE_FRAME_RETURN_SSA_VAR(frame) \ argument
575 ((int)(frame)->_info)
576 #define TRACE_FRAME_NUM_ARGS(frame) \ argument
578 #define TRACE_FRAME_IS_NESTED(frame) \ argument
579 ((frame)->_info & TRACE_FRAME_MASK_NESTED)
580 #define TRACE_FRAME_IS_LAST_SEND_BY_REF(frame) \ argument
582 #define TRACE_FRAME_IS_LAST_SEND_BY_VAL(frame) \ argument
588 #define TRACE_FRAME_IS_THIS_CHECKED(frame) \ argument
590 #define TRACE_FRAME_IS_UNKNOWN_RETURN(frame) \ argument
596 #define TRACE_FRAME_IS_CLOSURE_CALL(frame) \ argument
[all …]
H A Dzend_jit_trace.c1482 frame = zend_jit_trace_call_frame(frame, op_array); in zend_jit_trace_build_tssa()
1495 frame = zend_jit_trace_ret_frame(frame, op_array); in zend_jit_trace_build_tssa()
2513 frame = frame->prev; in zend_jit_trace_build_tssa()
2517 frame = zend_jit_trace_ret_frame(frame, op_array); in zend_jit_trace_build_tssa()
3101 frame = zend_jit_trace_call_frame(frame, op_array); in zend_jit_trace_allocate_registers()
3135 frame = zend_jit_trace_ret_frame(frame, op_array); in zend_jit_trace_allocate_registers()
3838 if (frame->call && frame->call->func) { in zend_jit_trace_next_is_send_result()
5140 if (frame->call && frame->call->func) { in zend_jit_trace()
5212 if (frame->call && frame->call->func) { in zend_jit_trace()
6749 frame = frame->prev; in zend_jit_trace()
[all …]
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_void_elements.phpt28 "frame",
64 frame: string(7) "<frame>"
97 <frame>
98 <x:frame><inner></inner></x:frame>
/php-src/ext/session/tests/
H A D021.phpt13 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset="
35 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=");
44 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=fakeentry");
53 ini_set("url_rewriter.tags", "a=href,fieldset=,area=href,frame=src,input=src");
H A Dbug26862.phpt11 session.trans_sid_tags="a=href,area=href,frame=src,form="
12 url_rewriter.tags="a=href,area=href,frame=src,form="
H A Dsession_basic4.phpt15 session.trans_sid_tags="a=href,area=href,frame=src,form="
16 url_rewriter.tags="a=href,area=href,frame=src,form="
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c119 void phpdbg_switch_frame(int frame) /* {{{ */ in phpdbg_switch_frame() argument
124 if (PHPDBG_FRAME(num) == frame) { in phpdbg_switch_frame()
125 phpdbg_notice("Already in frame #%d", frame); in phpdbg_switch_frame()
131 if (i++ == frame) { in phpdbg_switch_frame()
145 phpdbg_error("No frame #%d", frame); in phpdbg_switch_frame()
151 if (frame > 0) { in phpdbg_switch_frame()
152 PHPDBG_FRAME(num) = frame; in phpdbg_switch_frame()
161 phpdbg_notice("Switched to frame #%d: %.*s", frame, (int) ZSTR_LEN(s), ZSTR_VAL(s)); in phpdbg_switch_frame()
164 phpdbg_notice("Switched to frame #%d", frame); in phpdbg_switch_frame()
H A Dphpdbg_prompt.h42 PHPDBG_COMMAND(frame);
/php-src/Zend/asm/
H A Dmake_sparc64_sysv_elf_gas.S29 # the first frame is for the call the second one holds the data
34 # store it in the first stack frame, also clear %fp there to indicate
40 # a stack frame. So this code uses an extra trampoline to load
48 # Save framepointer to first stack frame but first substract the BIAS
H A Djump_ppc32_sysv_elf_gas.S180 # restore LR from caller's frame
/php-src/ext/standard/tests/general_functions/
H A Dbug44394.phpt4 session.trans_sid_tags="a=href,area=href,frame=src,form="
5 url_rewriter.tags="a=href,area=href,frame=src,form="
H A Dbug44394_2.phpt8 session.trans_sid_tags="a=href,area=href,frame=src,form="
9 url_rewriter.tags="a=href,area=href,frame=src,form="
H A Dregister_shutdown_functions_without_previous_call_frame_02.phpt2 register_shutdown_function() without a previous call frame 02
H A Dregister_shutdown_functions_without_previous_call_frame_03.phpt2 register_shutdown_function() without a previous call frame 03
H A Dregister_shutdown_functions_without_previous_call_frame_04.phpt2 register_shutdown_function() without a previous call frame 04
H A Dregister_shutdown_functions_without_previous_call_frame_01.phpt2 register_shutdown_function() without a previous call frame 01
/php-src/ext/zend_test/tests/
H A Dobserver_bug81430_1.phpt2 Bug #81430 (Attribute instantiation frame accessing invalid frame pointer)
H A Dobserver_bug81435.phpt2 Bug #81435 (Observer current_observed_frame may point to an old (overwritten) frame)
/php-src/Zend/
H A Dzend_extensions.h68 typedef void (*statement_handler_func_t)(zend_execute_data *frame);
69 typedef void (*fcall_begin_handler_func_t)(zend_execute_data *frame);
70 typedef void (*fcall_end_handler_func_t)(zend_execute_data *frame);
H A Dzend_closures.h32 void zend_closure_from_frame(zval *closure_zv, zend_execute_data *frame);
/php-src/sapi/phpdbg/tests/
H A Dexceptions_001.phpt16 prompt> frame #0: {closure:%s:%d}() at %s:16
17 frame #1: {main} at %s:22
H A Dgh13827.phpt28 prompt> frame #0: {closure:%s:%d}() at %s:6
/php-src/Zend/tests/
H A Dbug78752.phpt2 Bug #78752: Segfault if GC triggered while generator stack frame is being destroyed
/php-src/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt2 ReflectionFiber should not segfault when inspecting fibers where the previous stack frame is a nati…
/php-src/sapi/fpm/tests/
H A Dbug72185-fcgi-empty-frame.phpt2 FPM: bug72185 - FastCGI empty frame incorrectly created

Completed in 78 milliseconds

123