Searched refs:prepend_file (Results 1 – 2 of 2) sorted by relevance
613 zend_file_handle prepend_file; in readline_shell_run() local615 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()616 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, &prepend_file); in readline_shell_run()617 zend_destroy_file_handle(&prepend_file); in readline_shell_run()
2462 zend_file_handle prepend_file, append_file; in php_execute_script() local2513 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in php_execute_script()2514 prepend_file_p = &prepend_file; in php_execute_script()
Completed in 12 milliseconds