Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_operators.h325 ZEND_API int decrement_function(zval *op2);
593 return decrement_function(op1); in fast_decrement_function()
H A Dzend_vm_execute.h17443 …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()
17550 …return zend_post_incdec_property_helper_SPEC_VAR_TMP(decrement_function, ZEND_OPCODE_HANDLER_ARGS_… in ZEND_POST_DEC_OBJ_SPEC_VAR_TMP_HANDLER()
19563 …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()
23231 …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()
23338 …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()
34919 …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()
35026 …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()
36902 …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()
37009 …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()
40283 …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.c2070 ZEND_API int decrement_function(zval *op1) /* {{{ */ in decrement_function() function
H A Dzend_vm_def.h704 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, incdec_op, decrement_function);
811 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, incdec_op, decrement_function);

Completed in 140 milliseconds