Home
last modified time | relevance | path

Searched refs:Ts (Results 1 – 9 of 9) 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
64 #define T(offset) (*(temp_variable *)((char *) Ts + offset))
359 return _get_zval_ptr_var(node->var, Ts, should_free TSRMLS_CC); in _get_zval_ptr()
453 return _get_zval_ptr_ptr_var(node->var, Ts, should_free TSRMLS_CC); in _get_zval_ptr_ptr()
482 return get_zval_ptr_ptr(op_type, op, Ts, should_free, type); in _get_obj_zval_ptr_ptr()
505 return get_zval_ptr(op_type, op, Ts, should_free, type); in _get_obj_zval_ptr()
1532 return get_zval_ptr(op_type, node, Ts, should_free, type); in zend_get_zval_ptr()
[all …]
H A DREADME.ZEND_VM58 get_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
60 get_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
62 get_obj_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
64 get_obj_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
H A Dzend_vm_execute.skl28 …EX(Ts) = (temp_variable *)(((char*)EX(CVs)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last…
H A Dzend_execute.h429 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const temp_variable *Ts, zend_f…
430 ZEND_API zval **zend_get_zval_ptr_ptr(int op_type, const znode_op *node, const temp_variable *Ts, z…
H A Dzend_compile.h373 union _temp_variable *Ts; member
H A Dzend_vm_execute.h337 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset))
339 #define EX_Ts() EX(Ts)
365 …EX(Ts) = (temp_variable *)(((char*)EX(CVs)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last… in execute()
/PHP-5.4/ext/standard/tests/strings/
H A Dhebrev_variation2.phpt104 he.Ts
198 he.Ts
213 he.Ts
H A Dhebrevc_variation2.phpt107 he.Ts<br />
272 he.Ts<br />
301 he.Ts<br />
/PHP-5.4/
H A D.gdbinit555 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
560 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)

Completed in 103 milliseconds