Searched defs:Ts (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_execute.c | 51 #define get_zval_ptr(node, Ts, should_free, type) _get_zval_ptr(node, Ts, should_free, type TSRMLS_… argument 52 #define get_zval_ptr_ptr(node, Ts, should_free, type) _get_zval_ptr_ptr(node, Ts, should_free, type… argument 53 #define get_obj_zval_ptr(node, Ts, should_free, type) _get_obj_zval_ptr(node, Ts, should_free, type… argument 54 #define get_obj_zval_ptr_ptr(node, Ts, should_free, type) _get_obj_zval_ptr_ptr(node, Ts, should_fr… argument 175 static zend_always_inline zval *_get_zval_ptr_tmp(const znode *node, const temp_variable *Ts, zend_… in _get_zval_ptr_tmp() 180 static zval *_get_zval_ptr_var_string_offset(const znode *node, const temp_variable *Ts, zend_free_… 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() [all …]
|
H A D | zend_compile.h | 316 union _temp_variable *Ts; member
|
Completed in 19 milliseconds