Searched refs:increment_function (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_operators.h | 324 ZEND_API int increment_function(zval *op1); 550 return increment_function(op1); in fast_increment_function()
|
H A D | zend_vm_execute.h | 17438 …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() 17545 …return zend_post_incdec_property_helper_SPEC_VAR_TMP(increment_function, ZEND_OPCODE_HANDLER_ARGS_… in ZEND_POST_INC_OBJ_SPEC_VAR_TMP_HANDLER() 19558 …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() 23226 …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() 23333 …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() 34914 …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() 35021 …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() 36897 …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() 37004 …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() 40278 …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 D | zend_operators.c | 2005 ZEND_API int increment_function(zval *op1) /* {{{ */ in increment_function() function
|
H A D | zend_vm_def.h | 699 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, incdec_op, increment_function); 806 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, incdec_op, increment_function);
|
Completed in 164 milliseconds