Home
last modified time | relevance | path

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

/php-src/sapi/cli/tests/
H A Dbug67741.phpt2 Bug #67741 (auto_prepend_file messes up __LINE__)
5 auto_prepend_file=bug67741_stub.inc
/php-src/Zend/tests/
H A Dbug79948.phpt4 auto_prepend_file={PWD}/bug79948.inc
/php-src/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/php-src/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/php-src/main/
H A Dphp_globals.h94 char *auto_prepend_file; member
H A Dmain.c719 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2487 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script_ex()
2488 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in php_execute_script_ex()
/php-src/ext/readline/
H A Dreadline_cli.c611 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()
614 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()
/php-src/
H A Dphp.ini-development715 auto_prepend_file =
H A Dphp.ini-production717 auto_prepend_file =

Completed in 30 milliseconds