Searched refs:phar_orig_compile_file (Results 1 – 1 of 1) sorted by relevance
3325 zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC); variable3341 return phar_orig_compile_file(file_handle, type TSRMLS_CC);3382 res = phar_orig_compile_file(file_handle, type TSRMLS_CC);3473 phar_orig_compile_file = zend_compile_file;3495 zend_compile_file = phar_orig_compile_file;
Completed in 9 milliseconds