Searched defs:EX (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_compile.h402 #define EX(element) execute_data.element macro
H A Dzend_execute.c169 #undef EX macro
170 #define EX(element) execute_data->element macro
1519 zval ***end = cv + EX(op_array)->last_var;
1541 * | EX(function_state).arguments |--+ |
1555 * | EX(prev_execute_data) |----+
1565 * EX(call_slots) -> | CALL_SLOT[0] |
1623 EX(prev_execute_data) = (zend_execute_data*)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + args_size);
1624 memset(EX(prev_execute_data), 0, sizeof(zend_execute_data));
1625 EX(prev_execute_data)->function_state.function = (zend_function*)op_array;
1626 EX(prev_execute_dat
[all...]
/PHP_TRUNK/ext/opcache/
H A Dzend_accelerator_module.c262 #undef EX macro
263 #define EX(element) execute_data->element macro
264 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset))
270 if (zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op2.u.constant), Z_STRLEN(EX(opline)->op2.u.constant) + 1, (void **)&pce) == FAILURE ||
271 (zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op1.u.constant), Z_STRLEN(EX(opline)->op1.u.constant), (void**)&pce_orig) == SUCCESS &&
273 do_bind_inherited_class(EX(opline), EG(class_table), EX_T(EX(opline)->extended_value).class_entry, 0 TSRMLS_CC);
275 EX(oplin
[all...]

Completed in 9 milliseconds