auto_prepend_file 592 ext/readline/readline_cli.c if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { auto_prepend_file 596 ext/readline/readline_cli.c prepend_file.filename = PG(auto_prepend_file); auto_prepend_file 524 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 2447 main/main.c if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { auto_prepend_file 2448 main/main.c prepend_file.filename = PG(auto_prepend_file); auto_prepend_file 96 main/php_globals.h char *auto_prepend_file;