IS_CONSTANT      1056 Zend/zend_API.c 	if ((Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT ||
IS_CONSTANT       946 Zend/zend_builtin_functions.c 		if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || (Z_TYPE_P(prop_copy) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT       337 Zend/zend_compile.c 	if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) {
IS_CONSTANT      1898 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      1907 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      1922 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      3345 Zend/zend_compile.c 						if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      5564 Zend/zend_compile.c 	    Z_TYPE(c->value) != IS_CONSTANT &&
IS_CONSTANT      5609 Zend/zend_compile.c 				result->u.constant.type = IS_CONSTANT | fetch_type;
IS_CONSTANT      5659 Zend/zend_compile.c 			result->u.constant.type = IS_CONSTANT | fetch_type;
IS_CONSTANT      5808 Zend/zend_compile.c 			case IS_CONSTANT:
IS_CONSTANT      6434 Zend/zend_compile.c 		if ((Z_TYPE(val->u.constant) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT       475 Zend/zend_execute_API.c 	} else if ((Z_TYPE_P(p) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      5446 Zend/zend_language_parser.c     { if (Z_TYPE((yyvsp[(1) - (1)]).u.constant) == IS_CONSTANT) {zend_do_fetch_constant(&(yyval), NULL, &(yyvsp[(1) - (1)]), ZEND_RT, 1 TSRMLS_CC);} else {(yyval) = (yyvsp[(1) - (1)]);} }
IS_CONSTANT       973 Zend/zend_language_parser.y 	|	T_CLASS_C				{ if (Z_TYPE($1.u.constant) == IS_CONSTANT) {zend_do_fetch_constant(&$$, NULL, &$1, ZEND_RT, 1 TSRMLS_CC);} else {$$ = $1;} }
IS_CONSTANT      4530 Zend/zend_language_scanner.c 		zendlval->type = IS_CONSTANT;
IS_CONSTANT        34 Zend/zend_variables.c 		case IS_CONSTANT:
IS_CONSTANT        80 Zend/zend_variables.c 		case IS_CONSTANT:
IS_CONSTANT       119 Zend/zend_variables.c 		case IS_CONSTANT:
IS_CONSTANT      3257 Zend/zend_vm_def.h 		if ((Z_TYPE_P(assignment_value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT ||
IS_CONSTANT      3558 Zend/zend_vm_def.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      5163 Zend/zend_vm_def.h 	if ((Z_TYPE_P(val) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P(val) == IS_CONSTANT_ARRAY) {
IS_CONSTANT      1410 Zend/zend_vm_execute.h 		if ((Z_TYPE_P(assignment_value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT ||
IS_CONSTANT      3743 Zend/zend_vm_execute.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      4044 Zend/zend_vm_execute.h 	if ((Z_TYPE_P(val) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P(val) == IS_CONSTANT_ARRAY) {
IS_CONSTANT      15611 Zend/zend_vm_execute.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      25263 Zend/zend_vm_execute.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT       166 ext/com_dotnet/com_variant.c 		case IS_CONSTANT:
IS_CONSTANT       415 ext/gmp/gmp.c  	case IS_CONSTANT:
IS_CONSTANT      2213 ext/opcache/ZendAccelerator.c 			case IS_CONSTANT:
IS_CONSTANT       252 ext/opcache/zend_accelerator_util_funcs.c 		    case IS_CONSTANT:
IS_CONSTANT       369 ext/opcache/zend_accelerator_util_funcs.c 			    case IS_CONSTANT:
IS_CONSTANT       149 ext/opcache/zend_persist.c 		case IS_CONSTANT:
IS_CONSTANT       106 ext/opcache/zend_persist_calc.c 		case IS_CONSTANT:
IS_CONSTANT      2599 ext/reflection/php_reflection.c 	if ((Z_TYPE_P(return_value) & IS_CONSTANT_TYPE_MASK) != IS_CONSTANT
IS_CONSTANT      2624 ext/reflection/php_reflection.c 	if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      2649 ext/reflection/php_reflection.c 	if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT      3390 ext/reflection/php_reflection.c 		if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || (Z_TYPE_P(prop_copy) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
IS_CONSTANT       155 ext/soap/php_encoding.c 	{{IS_CONSTANT, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
IS_CONSTANT       641 ext/standard/file.c 		case IS_CONSTANT:
IS_CONSTANT      1427 ext/xmlrpc/xmlrpc-epi-php.c 			case IS_CONSTANT: