Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dmain.c2430 zend_file_handle prepend_file = {0}, append_file = {0}; in php_execute_script() local
2496 append_file.filename = PG(auto_append_file); in php_execute_script()
2497 append_file.opened_path = NULL; in php_execute_script()
2498 append_file.free_filename = 0; in php_execute_script()
2499 append_file.type = ZEND_HANDLE_FILENAME; in php_execute_script()
2500 append_file_p = &append_file; in php_execute_script()

Completed in 10 milliseconds