Searched refs:incdec_t (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_execute.c | 50 typedef int (*incdec_t)(zval *); typedef
|
H A D | zend_vm_execute.h | 14850 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() 14954 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() 16772 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() 20067 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() 20171 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() 30455 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() 30559 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() 32246 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() 32350 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() 35268 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 | 587 ZEND_VM_HELPER_EX(zend_pre_incdec_property_helper, VAR|UNUSED|CV, CONST|TMP|VAR|CV, incdec_t incdec… 691 ZEND_VM_HELPER_EX(zend_post_incdec_property_helper, VAR|UNUSED|CV, CONST|TMP|VAR|CV, incdec_t incde…
|
Completed in 125 milliseconds