Home
last modified time | relevance | path

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

/PHP-7.1/sapi/cli/tests/
H A Dbug67741.phpt2 Bug #67741 (auto_prepend_file messes up __LINE__)
5 auto_prepend_file=bug67741_stub.inc
/PHP-7.1/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/PHP-7.1/Zend/tests/
H A Dbug26697.phpt4 <?php if (function_exists('__autoload')) die('skip __autoload() declared in auto_prepend_file');?>
/PHP-7.1/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/PHP-7.1/main/
H A Dphp_globals.h96 char *auto_prepend_file; member
H A Dmain.c589 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2537 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()
2538 prepend_file.filename = PG(auto_prepend_file); in php_execute_script()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c593 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()
598 prepend_file.filename = PG(auto_prepend_file); in readline_shell_run()
/PHP-7.1/
H A Dphp.ini-development675 auto_prepend_file =
H A Dphp.ini-production675 auto_prepend_file =
H A DNEWS3355 . Fixed bug #71127 (Define in auto_prepend_file is overwrite). (Laruence)

Completed in 35 milliseconds