As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 --TEST-- 2 Check for zip presence 3 --SKIPIF-- 4 <?php if(!extension_loaded("zip"))print"skip"; ?> 5 --FILE-- 6 <?php 7 echo"zip extension is available"; 8 ?> 9 --EXPECT-- 10 zip extension is available