Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_execute.c63 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset))
64 #define T(offset) (*(temp_variable *)((char *) Ts + offset))
182 temp_variable *T = &T(node->u.var); in _get_zval_ptr_var_string_offset()
249 static zend_always_inline zval *_get_zval_ptr_cv(const znode *node, const temp_variable *Ts, int ty… in _get_zval_ptr_cv()
259 static inline zval *_get_zval_ptr(znode *node, const temp_variable *Ts, zend_free_op *should_free, … in _get_zval_ptr()
300 static zend_always_inline zval **_get_zval_ptr_ptr_cv(const znode *node, const temp_variable *Ts, i… in _get_zval_ptr_ptr_cv()
358 static inline zval *_get_obj_zval_ptr(znode *op, const temp_variable *Ts, zend_free_op *should_free… in _get_obj_zval_ptr()
371 static inline void zend_switch_free(temp_variable *T, int extended_value TSRMLS_DC) in zend_switch_free()
617 static inline int zend_assign_to_string_offset(const temp_variable *T, const zval *value, int value… in zend_assign_to_string_offset()
1138 static void zend_fetch_property_address(temp_variable *result, zval **container_ptr, zval *prop_ptr… in zend_fetch_property_address()
[all …]
H A Dzend_vm_execute.skl23 ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->T TSRMLS_CC);
27 …EX(Ts) = (temp_variable *)(((char*)EX(CVs)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last…
H A Dzend_execute.h51 } temp_variable; typedef
407 ZEND_API zval *zend_get_zval_ptr(znode *node, const temp_variable *Ts, zend_free_op *should_free, i…
408 ZEND_API zval **zend_get_zval_ptr_ptr(const znode *node, const temp_variable *Ts, zend_free_op *sho…
H A Dzend_vm_def.h4306 (ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * EX(op_array)->T));
H A Dzend_compile.c260 return (op_array->T)++ * ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)); in get_temporary_variable()
H A Dzend_vm_execute.h60 ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->T TSRMLS_CC); in execute()
64 …EX(Ts) = (temp_variable *)(((char*)EX(CVs)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last… in execute()
614 (ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * EX(op_array)->T)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 115 milliseconds