Searched refs:Z_CONSTANT_P (Results 1 – 11 of 11) sorted by relevance
126 if (Z_CONSTANT_P(RT_CONSTANT(&func->op_array, func->op_array.opcodes[i].op2))) { in zend_try_inline_call()
2776 Z_CONSTANT_P(CRT_CONSTANT_EX(op_array, opline->op2, ssa->rt_constants))) { in zend_update_type_info()
375 if (ret_constant && Z_CONSTANT_P(ret_constant)) { in zend_get_constant_ex()
1132 if (Z_CONSTANT_P(val)) { in zend_update_class_constants()1149 if (Z_CONSTANT_P(val)) { in zend_update_class_constants()3619 if ((access_type & ZEND_ACC_STATIC) || Z_CONSTANT_P(property)) { in zend_declare_property_ex()3624 if (Z_CONSTANT_P(property)) { in zend_declare_property_ex()3776 if (Z_CONSTANT_P(value)) { in zend_declare_class_constant_ex()
465 #define Z_CONSTANT_P(zval_p) Z_CONSTANT(*(zval_p)) macro
912 if (Z_CONSTANT_P(Z_REFVAL_P(dst))) { in zend_do_inheritance()
731 if (Z_CONSTANT_P(default_value)) { in is_null_constant()
5203 if (Z_CONSTANT_P(value)) {8118 if (Z_CONSTANT_P(value)) {
5807 if (Z_CONSTANT_P(value)) {20019 if (Z_CONSTANT_P(value)) {29830 if (Z_CONSTANT_P(value)) {40693 if (Z_CONSTANT_P(value)) {
2926 if (Z_CONSTANT_P(return_value)) { in ZEND_METHOD()3821 if (Z_CONSTANT_P(return_value)) { in ZEND_METHOD()
3889 if (Z_CONSTANT_P(return_value)) { in PHP_FUNCTION()
Completed in 333 milliseconds