Home
last modified time | relevance | path

Searched refs:prepend_file (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/readline/
H A Dreadline_cli.c606 zend_file_handle prepend_file; in readline_shell_run() local
608 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()
/php-src/main/
H A Dmain.c2506 zend_file_handle prepend_file, append_file; in php_execute_script_ex() local
2557 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 17 milliseconds