IS_CONSTANT 601 Zend/zend.h #define IS_CONSTANT_TYPE(type) (((type) & IS_CONSTANT_TYPE_MASK) >= IS_CONSTANT && ((type) & IS_CONSTANT_TYPE_MASK) <= IS_CONSTANT_AST) IS_CONSTANT 341 Zend/zend_compile.c if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) { IS_CONSTANT 1934 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 1946 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 1964 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 3479 Zend/zend_compile.c if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { IS_CONSTANT 5737 Zend/zend_compile.c result->u.constant.type = IS_CONSTANT | fetch_type; IS_CONSTANT 5787 Zend/zend_compile.c result->u.constant.type = IS_CONSTANT | fetch_type; IS_CONSTANT 6549 Zend/zend_compile.c if ((Z_TYPE(val->u.constant) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { IS_CONSTANT 462 Zend/zend_execute_API.c } else if ((Z_TYPE_P(p) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { IS_CONSTANT 5915 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 1058 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 4467 Zend/zend_language_scanner.c zendlval->type = IS_CONSTANT; IS_CONSTANT 35 Zend/zend_variables.c case IS_CONSTANT: IS_CONSTANT 83 Zend/zend_variables.c case IS_CONSTANT: IS_CONSTANT 122 Zend/zend_variables.c case IS_CONSTANT: IS_CONSTANT 166 ext/com_dotnet/com_variant.c case IS_CONSTANT: IS_CONSTANT 355 ext/opcache/Optimizer/compact_literals.c case IS_CONSTANT: IS_CONSTANT 10 ext/opcache/Optimizer/pass1_5.c # define ZEND_IS_CONSTANT_TYPE(t) (((t) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) IS_CONSTANT 12 ext/opcache/Optimizer/pass1_5.c # define ZEND_IS_CONSTANT_TYPE(t) ((t) == IS_CONSTANT) IS_CONSTANT 2250 ext/opcache/ZendAccelerator.c case IS_CONSTANT: IS_CONSTANT 240 ext/opcache/zend_accelerator_util_funcs.c case IS_CONSTANT: IS_CONSTANT 300 ext/opcache/zend_accelerator_util_funcs.c case IS_CONSTANT: IS_CONSTANT 424 ext/opcache/zend_accelerator_util_funcs.c case IS_CONSTANT: IS_CONSTANT 173 ext/opcache/zend_persist.c case IS_CONSTANT: IS_CONSTANT 128 ext/opcache/zend_persist_calc.c case IS_CONSTANT: IS_CONSTANT 2635 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { IS_CONSTANT 2660 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & 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 649 ext/standard/file.c case IS_CONSTANT: IS_CONSTANT 1427 ext/xmlrpc/xmlrpc-epi-php.c case IS_CONSTANT: