Searched refs:auto_prepend_file (Results 1 – 8 of 8) sorted by relevance
5 auto_prepend_file=inc.inc
4 <?php if (function_exists('__autoload')) die('skip __autoload() declared in auto_prepend_file');?>
105 char *auto_prepend_file; member
499 …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()
1119 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in WinMain()1123 prepend_file.filename = PG(auto_prepend_file); in WinMain()
768 auto_prepend_file =
3702 - Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address6522 - Fixed bug #32924 (file included with "auto_prepend_file" can be included
Completed in 46 milliseconds