Home
last modified time | relevance | path

Searched refs:short_tags (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_globals.h103 zend_bool short_tags; member
H A Dzend.c476 CG(short_tags) = short_tags_default; in zend_set_default_compile_time_values()
788 short_tags_default = CG(short_tags); in zend_post_startup()
H A Dzend_language_scanner.l1796 if (CG(short_tags)) {
1822 …if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /…
H A Dzend_language_scanner.c1124 …if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /… in lex_scan()
1188 if (CG(short_tags)) { in lex_scan()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c362 if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2)) in cli_is_valid_code()
/PHP-5.5/main/
H A Dmain.c513 …EFAULT_SHORT_OPEN_TAG, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, short_tags, zend_compile…

Completed in 45 milliseconds