Home
last modified time | relevance | path

Searched refs:EX (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_vm_def.h1857 EX(function_state).function = (zend_function *) EX(op_array); in ZEND_VM_HELPER()
1881 EX(function_state).function = (zend_function *) EX(op_array); in ZEND_VM_HELPER()
1899 EX(call)--; in ZEND_VM_HELPER()
1925 EX(object) = EX(call)->object; in ZEND_VM_HELPER()
1941 !EX(object)) { in ZEND_VM_HELPER()
2059 EX(function_state).function = (zend_function *) EX(op_array); in ZEND_VM_HELPER()
2079 EX(call)--; in ZEND_VM_HELPER()
2803 EX(function_state).function = EX(call)->fbc;
3854 EX(function_state).function = (zend_function *) EX(op_array);
5033 if (EX(call) >= EX(call_slots)) {
[all …]
H A Dzend_execute_API.c762 EX(op_array) = NULL; in zend_call_function()
763 EX(opline) = NULL; in zend_call_function()
764 EX(object) = NULL; in zend_call_function()
805 EX(object) = fci->object_ptr; in zend_call_function()
817EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_call_function()
819 EX(function_state).function->common.function_name); in zend_call_function()
842EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_call_function()
913 EX(prev_execute_data) = EG(current_execute_data); in zend_call_function()
947 if (EX(function_state).function->common.scope) { in zend_call_function()
984 efree(EX(function_state).function); in zend_call_function()
[all …]
H A Dzend_execute.c169 #undef EX
170 #define EX(element) execute_data->element macro
1507 zval ***end = cv + EX(op_array)->last_var; in i_free_compiled_variables()
1639 EX(op_array) = op_array; in i_create_execute_data_from_op_array()
1643 EX(object) = NULL; in i_create_execute_data_from_op_array()
1644 EX(current_this) = NULL; in i_create_execute_data_from_op_array()
1645 EX(old_error_reporting) = NULL; in i_create_execute_data_from_op_array()
1647 EX(call) = NULL; in i_create_execute_data_from_op_array()
1649 EX(nested) = nested; in i_create_execute_data_from_op_array()
1668 EG(opline_ptr) = &EX(opline); in i_create_execute_data_from_op_array()
[all …]
H A DREADME.ZEND_VM58 get_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
60 get_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
62 get_obj_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
64 get_obj_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
H A Dzend_vm_execute.h418 EX(function_state).function = (zend_function *) EX(op_array); in zend_leave_helper_SPEC()
442 EX(function_state).function = (zend_function *) EX(op_array); in zend_leave_helper_SPEC()
460 EX(call)--; in zend_leave_helper_SPEC()
486 EX(object) = EX(call)->object; in zend_do_fcall_common_helper_SPEC()
502 !EX(object)) { in zend_do_fcall_common_helper_SPEC()
620 EX(function_state).function = (zend_function *) EX(op_array); in zend_do_fcall_common_helper_SPEC()
640 EX(call)--; in zend_do_fcall_common_helper_SPEC()
684 EX(function_state).function = EX(call)->fbc; in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER()
1011 if (EX(call) >= EX(call_slots)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1160 EX(fast_ret) = &EX(op_array)->opcodes[EX(fast_ret)->op2.opline_num]; in ZEND_FAST_RET_SPEC_HANDLER()
[all …]
H A Dzend_compile.h402 #define EX(element) execute_data.element macro
/PHP-5.5/
H A DUPGRADING.INTERNALS28 * removed EG(arg_types_stack), EX(fbc), EX(called_scope), EX(current_object)
30 * added EX(call_slots). It is an array to store information about syntaticaly
32 * added EX(call) - pointer to a current calling function. Actually an
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)
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES4 EX :
16 EX :
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c291 #undef EX in ZEND_INI_END()
292 #define EX(element) execute_data->element in ZEND_INI_END() macro
293 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset)) in ZEND_INI_END()
299 …if (zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op2.u.constant), Z_STRLEN(EX(opline)->op2… in ZEND_INI_END()
300 …(zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op1.u.constant), Z_STRLEN(EX(opline)->op1.u.… in ZEND_INI_END()
302 …do_bind_inherited_class(EX(opline), EG(class_table), EX_T(EX(opline)->extended_value).class_entry,… in ZEND_INI_END()
304 EX(opline)++; in ZEND_INI_END()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1128 EX(function_state).function = pce->constructor; in do_cli()

Completed in 130 milliseconds