Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h86 zend_bool short_tags; member
H A Dzend_language_scanner.l2035 if (CG(short_tags)) {
2044 if (CG(short_tags)) {
2069 if (CG(short_tags) /* <? */
H A Dzend.c532 CG(short_tags) = short_tags_default; in zend_set_default_compile_time_values()
1020 short_tags_default = CG(short_tags); in zend_post_startup()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c365 if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2)) in cli_is_valid_code()
/PHP-7.4/main/
H A Dmain.c789 …EFAULT_SHORT_OPEN_TAG, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, short_tags, zend_compile…

Completed in 25 milliseconds