Home
last modified time | relevance | path

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

/PHP-5.3/tests/lang/
H A Dbug32924.phpt5 auto_prepend_file=inc.inc
/PHP-5.3/Zend/tests/
H A Dbug26697.phpt4 <?php if (function_exists('__autoload')) die('skip __autoload() declared in auto_prepend_file');?>
/PHP-5.3/main/
H A Dphp_globals.h105 char *auto_prepend_file; member
H A Dmain.c499 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…
2291 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()
2292 prepend_file.filename = PG(auto_prepend_file); in php_execute_script()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1119 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in WinMain()
1123 prepend_file.filename = PG(auto_prepend_file); in WinMain()
/PHP-5.3/
H A Dphp.ini-development768 auto_prepend_file =
H A Dphp.ini-production768 auto_prepend_file =
H A DNEWS3702 - Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address
6522 - Fixed bug #32924 (file included with "auto_prepend_file" can be included

Completed in 72 milliseconds