Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_globals.h101 bool short_tags; member
H A Dzend_language_scanner.l2252 if (CG(short_tags)) {
2261 if (CG(short_tags)) {
2286 if (CG(short_tags) /* <? */
H A Dzend.c644 CG(short_tags) = short_tags_default; in zend_set_default_compile_time_values()
1083 short_tags_default = CG(short_tags); in zend_post_startup()
/PHP-8.2/ext/readline/
H A Dreadline_cli.c377 if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2)) in cli_is_valid_code()
/PHP-8.2/main/
H A Dmain.c711 …EFAULT_SHORT_OPEN_TAG, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, short_tags, zend_compile…

Completed in 27 milliseconds