Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_operators.h324 ZEND_API int decrement_function(zval *op2);
589 return decrement_function(op1); in fast_decrement_function()
H A Dzend_vm_execute.h16992 …return zend_pre_incdec_property_helper_SPEC_VAR_TMP(decrement_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_PRE_DEC_OBJ_SPEC_VAR_TMP_HANDLER()
17096 …return zend_post_incdec_property_helper_SPEC_VAR_TMP(decrement_function, ZEND_OPCODE_HANDLER_ARGS_… in ZEND_POST_DEC_OBJ_SPEC_VAR_TMP_HANDLER()
19091 …return zend_pre_incdec_property_helper_SPEC_VAR_VAR(decrement_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_PRE_DEC_OBJ_SPEC_VAR_VAR_HANDLER()
22730 …return zend_pre_incdec_property_helper_SPEC_VAR_CV(decrement_function, ZEND_OPCODE_HANDLER_ARGS_PA… in ZEND_PRE_DEC_OBJ_SPEC_VAR_CV_HANDLER()
22834 …return zend_post_incdec_property_helper_SPEC_VAR_CV(decrement_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_POST_DEC_OBJ_SPEC_VAR_CV_HANDLER()
34293 …return zend_pre_incdec_property_helper_SPEC_CV_TMP(decrement_function, ZEND_OPCODE_HANDLER_ARGS_PA… in ZEND_PRE_DEC_OBJ_SPEC_CV_TMP_HANDLER()
34397 …return zend_post_incdec_property_helper_SPEC_CV_TMP(decrement_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_POST_DEC_OBJ_SPEC_CV_TMP_HANDLER()
36256 …return zend_pre_incdec_property_helper_SPEC_CV_VAR(decrement_function, ZEND_OPCODE_HANDLER_ARGS_PA… in ZEND_PRE_DEC_OBJ_SPEC_CV_VAR_HANDLER()
36360 …return zend_post_incdec_property_helper_SPEC_CV_VAR(decrement_function, ZEND_OPCODE_HANDLER_ARGS_P… in ZEND_POST_DEC_OBJ_SPEC_CV_VAR_HANDLER()
39610 …return zend_pre_incdec_property_helper_SPEC_CV_CV(decrement_function, ZEND_OPCODE_HANDLER_ARGS_PAS… in ZEND_PRE_DEC_OBJ_SPEC_CV_CV_HANDLER()
[all …]
H A Dzend_operators.c1912 ZEND_API int decrement_function(zval *op1) /* {{{ */ in decrement_function() function
H A Dzend_vm_def.h694 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, incdec_op, decrement_function);
798 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, incdec_op, decrement_function);

Completed in 137 milliseconds