Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cli/tests/
H A Dbug67741.phpt2 Bug #67741 (auto_prepend_file messes up __LINE__)
5 auto_prepend_file=bug67741_stub.inc
/PHP-5.5/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/PHP-5.5/Zend/tests/
H A Dbug26697.phpt4 <?php if (function_exists('__autoload')) die('skip __autoload() declared in auto_prepend_file');?>
/PHP-5.5/main/
H A Dphp_globals.h96 char *auto_prepend_file; member
H A Dmain.c523 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2485 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()
2486 prepend_file.filename = PG(auto_prepend_file); in php_execute_script()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c595 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()
599 prepend_file.filename = PG(auto_prepend_file); in readline_shell_run()
/PHP-5.5/
H A Dphp.ini-development664 auto_prepend_file =
H A Dphp.ini-production664 auto_prepend_file =
H A DNEWS570 . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
2747 auto_prepend_file). (Laruence)
6752 - Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address
9572 - Fixed bug #32924 (file included with "auto_prepend_file" can be included

Completed in 48 milliseconds