Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.c2503 zend_file_handle *prepend_file_p = NULL, *append_file_p = NULL; in php_execute_script_ex() local
2561 append_file_p = &append_file; in php_execute_script_ex()
2576 if (append_file_p && result) { in php_execute_script_ex()
2577 result = zend_execute_script(ZEND_REQUIRE, NULL, append_file_p) == SUCCESS; in php_execute_script_ex()
2587 if (append_file_p) { in php_execute_script_ex()
2588 zend_destroy_file_handle(append_file_p); in php_execute_script_ex()

Completed in 9 milliseconds