phar_orig_compile_file 3314 ext/phar/phar.c zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
phar_orig_compile_file 3330 ext/phar/phar.c 		return phar_orig_compile_file(file_handle, type TSRMLS_CC);
phar_orig_compile_file 3371 ext/phar/phar.c 		res = phar_orig_compile_file(file_handle, type TSRMLS_CC);
phar_orig_compile_file 3462 ext/phar/phar.c 	phar_orig_compile_file = zend_compile_file;
phar_orig_compile_file 3484 ext/phar/phar.c 		zend_compile_file = phar_orig_compile_file;