Home
last modified time | relevance | path

Searched refs:increment_function (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_operators.h277 ZEND_API int increment_function(zval *op1);
H A Dzend_vm_def.h633 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, incdec_op, increment_function);
729 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, incdec_op, increment_function);
762 increment_function(val);
766 increment_function(*var_ptr);
846 increment_function(val);
850 increment_function(*var_ptr);
H A Dzend_vm_execute.h7747 increment_function(val); in ZEND_PRE_INC_SPEC_VAR_HANDLER()
7751 increment_function(*var_ptr); in ZEND_PRE_INC_SPEC_VAR_HANDLER()
7831 increment_function(val); in ZEND_POST_INC_SPEC_VAR_HANDLER()
7835 increment_function(*var_ptr); in ZEND_POST_INC_SPEC_VAR_HANDLER()
15774 …return zend_pre_incdec_property_helper_SPEC_VAR_CV(increment_function, ZEND_OPCODE_HANDLER_ARGS_PA… in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER()
21667 increment_function(val); in ZEND_PRE_INC_SPEC_CV_HANDLER()
21671 increment_function(*var_ptr); in ZEND_PRE_INC_SPEC_CV_HANDLER()
21749 increment_function(val); in ZEND_POST_INC_SPEC_CV_HANDLER()
21753 increment_function(*var_ptr); in ZEND_POST_INC_SPEC_CV_HANDLER()
25208 …return zend_pre_incdec_property_helper_SPEC_CV_TMP(increment_function, ZEND_OPCODE_HANDLER_ARGS_PA… in ZEND_PRE_INC_OBJ_SPEC_CV_TMP_HANDLER()
[all …]
H A Dzend_operators.c1758 ZEND_API int increment_function(zval *op1) /* {{{ */ in increment_function() function

Completed in 153 milliseconds