Searched refs:prepend_file (Results 1 – 2 of 2) sorted by relevance
606 zend_file_handle prepend_file; in readline_shell_run() local608 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()609 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, &prepend_file); in readline_shell_run()610 zend_destroy_file_handle(&prepend_file); in readline_shell_run()
2506 zend_file_handle prepend_file, append_file; in php_execute_script_ex() local2557 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in php_execute_script_ex()2558 prepend_file_p = &prepend_file; in php_execute_script_ex()
Completed in 14 milliseconds