Searched refs:incdec_t (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_execute.c | 49 typedef int (*incdec_t)(zval *); typedef
|
H A D | zend_vm_execute.h | 11532 static int ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_VAR_TMP(incdec_t incdec_op, ZEND_OPCO… in zend_pre_incdec_property_helper_SPEC_VAR_TMP() 11629 static int ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_VAR_TMP(incdec_t incdec_op, ZEND_OPC… in zend_post_incdec_property_helper_SPEC_VAR_TMP() 13286 static int ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_VAR_VAR(incdec_t incdec_op, ZEND_OPCO… in zend_pre_incdec_property_helper_SPEC_VAR_VAR() 15685 static int ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_VAR_CV(incdec_t incdec_op, ZEND_OPCOD… in zend_pre_incdec_property_helper_SPEC_VAR_CV() 15782 static int ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_VAR_CV(incdec_t incdec_op, ZEND_OPCO… in zend_post_incdec_property_helper_SPEC_VAR_CV() 25119 static int ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_CV_TMP(incdec_t incdec_op, ZEND_OPCOD… in zend_pre_incdec_property_helper_SPEC_CV_TMP() 25216 static int ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_CV_TMP(incdec_t incdec_op, ZEND_OPCO… in zend_post_incdec_property_helper_SPEC_CV_TMP() 26761 static int ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_CV_VAR(incdec_t incdec_op, ZEND_OPCOD… in zend_pre_incdec_property_helper_SPEC_CV_VAR() 26858 static int ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_CV_VAR(incdec_t incdec_op, ZEND_OPCO… in zend_post_incdec_property_helper_SPEC_CV_VAR() 28945 static int ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_CV_CV(incdec_t incdec_op, ZEND_OPCODE… in zend_pre_incdec_property_helper_SPEC_CV_CV() [all …]
|
H A D | zend_vm_def.h | 544 ZEND_VM_HELPER_EX(zend_pre_incdec_property_helper, VAR|UNUSED|CV, CONST|TMP|VAR|CV, incdec_t incdec… 641 ZEND_VM_HELPER_EX(zend_post_incdec_property_helper, VAR|UNUSED|CV, CONST|TMP|VAR|CV, incdec_t incde…
|
Completed in 91 milliseconds