Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.c2436 zend_file_handle *prepend_file_p = NULL, *append_file_p = NULL; in php_execute_script_ex() local
2489 prepend_file_p = &prepend_file; in php_execute_script_ex()
2503 if (prepend_file_p && result) { in php_execute_script_ex()
2504 result = zend_execute_script(ZEND_REQUIRE, NULL, prepend_file_p) == SUCCESS; in php_execute_script_ex()
2516 if (prepend_file_p) { in php_execute_script_ex()
2517 zend_destroy_file_handle(prepend_file_p); in php_execute_script_ex()

Completed in 8 milliseconds