Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dmain.c2232 zend_file_handle prepend_file = {0}, append_file = {0}; in php_execute_script() local
2302 append_file.filename = PG(auto_append_file); in php_execute_script()
2303 append_file.opened_path = NULL; in php_execute_script()
2304 append_file.free_filename = 0; in php_execute_script()
2305 append_file.type = ZEND_HANDLE_FILENAME; in php_execute_script()
2306 append_file_p = &append_file; in php_execute_script()

Completed in 12 milliseconds