auto_prepend_file 599 ext/readline/readline_cli.c if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { auto_prepend_file 603 ext/readline/readline_cli.c prepend_file.filename = PG(auto_prepend_file); auto_prepend_file 590 main/main.c STD_PHP_INI_ENTRY("auto_prepend_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_globals, core_globals) auto_prepend_file 2573 main/main.c if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { auto_prepend_file 2574 main/main.c prepend_file.filename = PG(auto_prepend_file); auto_prepend_file 96 main/php_globals.h char *auto_prepend_file;