Home
last modified time | relevance | path

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

/PHP-8.2/sapi/cli/tests/
H A Dbug67741.phpt2 Bug #67741 (auto_prepend_file messes up __LINE__)
5 auto_prepend_file=bug67741_stub.inc
/PHP-8.2/Zend/tests/
H A Dbug79948.phpt4 auto_prepend_file={PWD}/bug79948.inc
/PHP-8.2/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/PHP-8.2/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/PHP-8.2/main/
H A Dphp_globals.h90 char *auto_prepend_file; member
H A Dmain.c708 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2562 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()
2563 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in php_execute_script()
/PHP-8.2/ext/readline/
H A Dreadline_cli.c612 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()
615 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()
/PHP-8.2/
H A Dphp.ini-development705 auto_prepend_file =
H A Dphp.ini-production707 auto_prepend_file =

Completed in 24 milliseconds