Home
last modified time | relevance | path

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

/PHP-7.0/ext/readline/
H A Dreadline_cli.c595 zend_file_handle prepend_file = {{0}}; in readline_shell_run() local
597 prepend_file.filename = PG(auto_prepend_file); in readline_shell_run()
598 prepend_file.opened_path = NULL; in readline_shell_run()
599 prepend_file.free_filename = 0; in readline_shell_run()
600 prepend_file.type = ZEND_HANDLE_FILENAME; in readline_shell_run()
601 prepend_file_p = &prepend_file; in readline_shell_run()
/PHP-7.0/main/
H A Dmain.c2425 zend_file_handle prepend_file = {{0}, NULL, NULL, 0, 0}, append_file = {{0}, NULL, NULL, 0, 0}; in php_execute_script() local
2477 prepend_file.filename = PG(auto_prepend_file); in php_execute_script()
2478 prepend_file.opened_path = NULL; in php_execute_script()
2479 prepend_file.free_filename = 0; in php_execute_script()
2480 prepend_file.type = ZEND_HANDLE_FILENAME; in php_execute_script()
2481 prepend_file_p = &prepend_file; in php_execute_script()

Completed in 13 milliseconds