Home
last modified time | relevance | path

Searched refs:call_slots (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/
H A DUPGRADING.INTERNALS30 * added EX(call_slots). It is an array to store information about syntaticaly
33 element of EX(call_slots)
36 an index in EX(call_slots)
37 * opcode ZEND_NEW uses extended_vallue as an index in EX(call_slots)
39 an index in EX(call_slots)
/PHP-5.5/Zend/
H A Dzend_execute.h256 return (void**)((char*)ex->call_slots + in zend_vm_stack_frame_base()
H A Dzend_generators.c90 while (execute_data->call >= execute_data->call_slots) { in zend_generator_cleanup_unfinished_execution()
H A Dzend_vm_def.h2429 call_slot *call = EX(call_slots) + opline->result.num;
2508 call_slot *call = EX(call_slots) + opline->result.num;
2630 call_slot *call = EX(call_slots) + opline->result.num;
2777 call_slot *call = EX(call_slots) + opline->result.num;
2812 call_slot *call = EX(call_slots) + opline->op2.num;
3401 call_slot *call = EX(call_slots) + opline->extended_value;
5033 if (EX(call) >= EX(call_slots)) {
5052 } while (call >= EX(call_slots));
H A Dzend_compile.h398 call_slot *call_slots; member
H A Dzend_vm_execute.h1011 if (EX(call) >= EX(call_slots)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1030 } while (call >= EX(call_slots)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1227 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1374 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1552 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1739 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1964 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
2320 call_slot *call = EX(call_slots) + opline->op2.num; in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3537 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4529 call_slot *call = EX(call_slots) + opline->result.num; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
[all …]
H A Dzend_execute.c1636 EX(call_slots) = (call_slot*)((char *)execute_data + execute_data_size + CVs_size); in i_create_execute_data_from_op_array()

Completed in 133 milliseconds