Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 3 of 3) 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
346 static inline zval *_get_zval_ptr(int op_type, const znode_op *node, const temp_variable *Ts, zend_… in _get_zval_ptr()
447 static inline zval **_get_zval_ptr_ptr(int op_type, const znode_op *node, const temp_variable *Ts, … in _get_zval_ptr_ptr()
470 static inline zval **_get_obj_zval_ptr_ptr(int op_type, const znode_op *op, const temp_variable *Ts… in _get_obj_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()
1531 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const temp_variable *Ts, zend_f… in zend_get_zval_ptr()
1535 ZEND_API zval **zend_get_zval_ptr_ptr(int op_type, const znode_op *node, const temp_variable *Ts, z… in zend_get_zval_ptr_ptr()
H A Dzend_compile.h87 int op_type; member
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c4443 int repeat_type, op_type; in compile_branch() local

Completed in 57 milliseconds