Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h31 # define VAR_NUM(v) ((v)/ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)))
32 # define NUM_VAR(v) ((v)*ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)))
34 # define VAR_NUM(v) ((v)/(sizeof(temp_variable)))
35 # define NUM_VAR(v) ((v)*(sizeof(temp_variable)))
/PHP-5.5/Zend/
H A Dzend_execute.c106 temp_variable *__t = (t); \
118 temp_variable *__t = (t); \
756 static inline int zend_assign_to_string_offset(const temp_variable *T, const zval *value, int value… in zend_assign_to_string_offset()
1086 static void zend_fetch_dimension_address(temp_variable *result, zval **container_ptr, zval *dim, in… in zend_fetch_dimension_address()
1250 static void zend_fetch_dimension_address_read(temp_variable *result, zval *container, zval *dim, in… in zend_fetch_dimension_address_read()
1354 static void zend_fetch_property_address(temp_variable *result, zval **container_ptr, zval *prop_ptr… in zend_fetch_property_address()
1582 size_t Ts_size = ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->T; in i_create_execute_data_from_op_array()
H A Dzend_generators.c63 temp_variable *var = EX_TMP_VAR(execute_data, brk_opline->op1.var); in zend_generator_cleanup_unfinished_execution()
69 temp_variable *var = EX_TMP_VAR(execute_data, brk_opline->op1.var); in zend_generator_cleanup_unfinished_execution()
H A Dzend_execute.h48 } temp_variable; typedef
H A Dzend_compile.h404 #define EX_TMP_VAR(ex, n) ((temp_variable*)(((char*)(ex)) + ((int)(n))))
H A Dzend_vm_def.h1841 …zend_vm_stack_free((char*)execute_data - (ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->… in ZEND_VM_HELPER()
1980 temp_variable *ret = &EX_T(opline->result.var); in ZEND_VM_HELPER()
2001 temp_variable *ret = &EX_T(opline->result.var); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h402 …zend_vm_stack_free((char*)execute_data - (ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->… in zend_leave_helper_SPEC()
541 temp_variable *ret = &EX_T(opline->result.var); in zend_do_fcall_common_helper_SPEC()
562 temp_variable *ret = &EX_T(opline->result.var); in zend_do_fcall_common_helper_SPEC()
/PHP-5.5/
H A DUPGRADING.INTERNALS48 EX_TMP_VAR() and EX_TMP_VAR_NUM() to access temp_variable by offset or
H A DNEWS3216 . Reduced size of temp_variable.
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c293 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset)) in ZEND_INI_END()

Completed in 161 milliseconds