IS_CONSTANT       747 Zend/zend_builtin_functions.c 			if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || Z_TYPE_P(prop_copy) == IS_CONSTANT) {
IS_CONSTANT      1343 Zend/zend_compile.c 				if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
IS_CONSTANT      1354 Zend/zend_compile.c 				if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
IS_CONSTANT      3279 Zend/zend_compile.c 				result->u.constant.type = IS_CONSTANT;
IS_CONSTANT      3282 Zend/zend_compile.c 				result->u.constant.type = IS_CONSTANT;
IS_CONSTANT      3388 Zend/zend_compile.c 			case IS_CONSTANT:
IS_CONSTANT      3926 Zend/zend_compile.c 		if (Z_TYPE(val->u.constant) == IS_CONSTANT) {
IS_CONSTANT       477 Zend/zend_execute_API.c 	} else if (Z_TYPE_P(p) == IS_CONSTANT) {
IS_CONSTANT        34 Zend/zend_variables.c 		case IS_CONSTANT:
IS_CONSTANT        78 Zend/zend_variables.c 		case IS_CONSTANT:
IS_CONSTANT       117 Zend/zend_variables.c 		case IS_CONSTANT:
IS_CONSTANT      2401 Zend/zend_vm_def.h 		if (Z_TYPE(opline->op2.u.constant) == IS_CONSTANT || Z_TYPE(opline->op2.u.constant)==IS_CONSTANT_ARRAY) {
IS_CONSTANT       775 Zend/zend_vm_execute.h 		if (Z_TYPE(opline->op2.u.constant) == IS_CONSTANT || Z_TYPE(opline->op2.u.constant)==IS_CONSTANT_ARRAY) {
IS_CONSTANT       161 ext/com_dotnet/com_variant.c 		case IS_CONSTANT:
IS_CONSTANT       452 ext/gmp/gmp.c  	case IS_CONSTANT:
IS_CONSTANT      2168 ext/reflection/php_reflection.c 	if (Z_TYPE_P(return_value) != IS_CONSTANT) {
IS_CONSTANT       134 ext/soap/php_encoding.c 	{{IS_CONSTANT, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
IS_CONSTANT       637 ext/standard/file.c 		case IS_CONSTANT:
IS_CONSTANT      1372 ext/xmlrpc/xmlrpc-epi-php.c          case IS_CONSTANT: