Home
last modified time | relevance | path

Searched refs:auto_prepend_file (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dbug67741.phpt2 Bug #67741 (auto_prepend_file messes up __LINE__)
5 auto_prepend_file=bug67741_stub.inc
/PHP-7.4/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/PHP-7.4/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/PHP-7.4/main/
H A Dphp_globals.h94 char *auto_prepend_file; member
H A Dmain.c798 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2642 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()
2643 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in php_execute_script()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c597 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()
599 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()
/PHP-7.4/
H A Dphp.ini-development698 auto_prepend_file =
H A Dphp.ini-production698 auto_prepend_file =

Completed in 33 milliseconds