Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_operators.h323 ZEND_API int increment_function(zval *op1);
546 return increment_function(op1); in fast_increment_function()
H A Dzend_vm_execute.h16987 …return zend_pre_incdec_property_helper_SPEC_VAR_TMP(increment_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_PRE_INC_OBJ_SPEC_VAR_TMP_HANDLER()
17091 …return zend_post_incdec_property_helper_SPEC_VAR_TMP(increment_function, ZEND_OPCODE_HANDLER_ARGS_… in ZEND_POST_INC_OBJ_SPEC_VAR_TMP_HANDLER()
19086 …return zend_pre_incdec_property_helper_SPEC_VAR_VAR(increment_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_PRE_INC_OBJ_SPEC_VAR_VAR_HANDLER()
22725 …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()
22829 …return zend_post_incdec_property_helper_SPEC_VAR_CV(increment_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER()
34288 …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()
34392 …return zend_post_incdec_property_helper_SPEC_CV_TMP(increment_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_POST_INC_OBJ_SPEC_CV_TMP_HANDLER()
36251 …return zend_pre_incdec_property_helper_SPEC_CV_VAR(increment_function, ZEND_OPCODE_HANDLER_ARGS_PA… in ZEND_PRE_INC_OBJ_SPEC_CV_VAR_HANDLER()
36355 …return zend_post_incdec_property_helper_SPEC_CV_VAR(increment_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_POST_INC_OBJ_SPEC_CV_VAR_HANDLER()
39605 …return zend_pre_incdec_property_helper_SPEC_CV_CV(increment_function, ZEND_OPCODE_HANDLER_ARGS_PAS… in ZEND_PRE_INC_OBJ_SPEC_CV_CV_HANDLER()
[all …]
H A Dzend_operators.c1861 ZEND_API int increment_function(zval *op1) /* {{{ */ in increment_function() function
H A Dzend_vm_def.h689 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, incdec_op, increment_function);
793 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, incdec_op, increment_function);

Completed in 111 milliseconds