Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar.c3243 zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type); variable
3262 return phar_orig_compile_file(file_handle, type); in phar_compile_file()
3311 res = phar_orig_compile_file(file_handle, type); in phar_compile_file()
3410 phar_orig_compile_file = zend_compile_file; in PHP_MINIT_FUNCTION()
3432 zend_compile_file = phar_orig_compile_file; in PHP_MSHUTDOWN_FUNCTION()

Completed in 13 milliseconds