Searched refs:prepend_file_p (Results 1 – 1 of 1) sorted by relevance
2505 zend_file_handle *prepend_file_p = NULL, *append_file_p = NULL; in php_execute_script_ex() local2558 prepend_file_p = &prepend_file; in php_execute_script_ex()2572 if (prepend_file_p && result) { in php_execute_script_ex()2573 result = zend_execute_script(ZEND_REQUIRE, NULL, prepend_file_p) == SUCCESS; in php_execute_script_ex()2585 if (prepend_file_p) { in php_execute_script_ex()2586 zend_destroy_file_handle(prepend_file_p); in php_execute_script_ex()
Completed in 9 milliseconds