phar_orig_compile_file 3265 ext/phar/phar.c zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type);
phar_orig_compile_file 3281 ext/phar/phar.c 		return phar_orig_compile_file(file_handle, type);
phar_orig_compile_file 3322 ext/phar/phar.c 		res = phar_orig_compile_file(file_handle, type);
phar_orig_compile_file 3421 ext/phar/phar.c 	phar_orig_compile_file = zend_compile_file;
phar_orig_compile_file 3443 ext/phar/phar.c 		zend_compile_file = phar_orig_compile_file;