Home
last modified time | relevance | path

Searched defs:Ts (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_execute.c52 #define get_zval_ptr(op_type, node, Ts, should_free, type) _get_zval_ptr(op_type, node, Ts, should_… argument
53 #define get_zval_ptr_ptr(op_type, node, Ts, should_free, type) _get_zval_ptr_ptr(op_type, node, Ts,… argument
54 #define get_obj_zval_ptr(op_type, node, Ts, should_free, type) _get_obj_zval_ptr(op_type, node, Ts,… argument
55 #define get_obj_zval_ptr_ptr(op_type, node, Ts, should_free, type) _get_obj_zval_ptr_ptr(op_type, n… argument
175 static zend_always_inline zval *_get_zval_ptr_tmp(zend_uint var, const temp_variable *Ts, zend_free… in _get_zval_ptr_tmp()
180 static zend_always_inline zval *_get_zval_ptr_var(zend_uint var, const temp_variable *Ts, zend_free… in _get_zval_ptr_var()
346 static inline zval *_get_zval_ptr(int op_type, const znode_op *node, const temp_variable *Ts, zend_… in _get_zval_ptr()
374 static zend_always_inline zval **_get_zval_ptr_ptr_var(zend_uint var, const temp_variable *Ts, zend… in _get_zval_ptr_ptr_var()
447 static inline zval **_get_zval_ptr_ptr(int op_type, const znode_op *node, const temp_variable *Ts, … in _get_zval_ptr_ptr()
495 static inline zval *_get_obj_zval_ptr(int op_type, znode_op *op, const temp_variable *Ts, zend_free… in _get_obj_zval_ptr()
[all …]
H A Dzend_compile.h373 union _temp_variable *Ts; member

Completed in 17 milliseconds