Home
last modified time | relevance | path

Searched refs:ZEND_IS_INCREMENT (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_execute.c1896 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_throw_incdec_ref_error()
1917 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_throw_incdec_prop_error()
1945 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_incdec_typed_ref()
1976 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_incdec_typed_prop()
1999 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_pre_incdec_property_zval()
2022 } else if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_pre_incdec_property_zval()
2038 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_post_incdec_property_zval()
2062 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_post_incdec_property_zval()
2087 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_post_incdec_overloaded_property()
2117 if (ZEND_IS_INCREMENT(opline->opcode)) { in zend_pre_incdec_overloaded_property()
H A Dzend_compile.h1149 #define ZEND_IS_INCREMENT(opcode) (((opcode) & 1) == 0) macro

Completed in 34 milliseconds