Searched refs:auto_prepend_file (Results 1 – 9 of 9) sorted by relevance
2 Bug #67741 (auto_prepend_file messes up __LINE__)5 auto_prepend_file=bug67741_stub.inc
4 auto_prepend_file={PWD}/bug79948.inc
5 auto_prepend_file=inc.inc
2 Bug #71127 (Define in auto_prepend_file is overwrite)
90 char *auto_prepend_file; member
708 …nd_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_prepend_file, php_core_g…2562 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in php_execute_script()2563 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in php_execute_script()
612 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()615 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()
705 auto_prepend_file =
707 auto_prepend_file =
Completed in 34 milliseconds