Searched refs:EX (Results 1 – 10 of 10) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_vm_def.h | 1857 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 D | zend_execute_API.c | 762 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() 817 … EX(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() 842 … EX(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 D | zend_execute.c | 169 #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 D | README.ZEND_VM | 58 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 D | zend_vm_execute.h | 418 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 D | zend_compile.h | 402 #define EX(element) execute_data.element macro
|
/PHP-5.5/ |
H A D | UPGRADING.INTERNALS | 28 * 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 D | README.PHP4-TO-PHP5-THIN-CHANGES | 4 EX : 16 EX :
|
/PHP-5.5/ext/opcache/ |
H A D | zend_accelerator_module.c | 291 #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 D | php_cli.c | 1128 EX(function_state).function = pce->constructor; in do_cli()
|
Completed in 145 milliseconds