Home
last modified time | relevance | path

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

/PHP-5.4/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/PHP-5.4/Zend/tests/
H A Dbug26697.phpt4 <?php if (function_exists('__autoload')) die('skip __autoload() declared in auto_prepend_file');?>
/PHP-5.4/main/
H A Dphp_globals.h95 char *auto_prepend_file; member
H A Dmain.c524 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2477 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()
2478 prepend_file.filename = PG(auto_prepend_file); in php_execute_script()
/PHP-5.4/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.4/
H A Dphp.ini-development667 auto_prepend_file =
H A Dphp.ini-production667 auto_prepend_file =
H A DNEWS1558 auto_prepend_file). (Laruence)
5563 - Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address
8383 - Fixed bug #32924 (file included with "auto_prepend_file" can be included

Completed in 40 milliseconds