Lines Matching refs:gzencode
2 Test gzencode() function : basic functionality
10 * Test basic function of gzencode
15 echo "*** Testing gzencode() : basic functionality ***\n";
22 // Calling gzencode() with various compression levels
27 $output = gzencode($data, $i);
34 $output = gzencode($smallstring, $i);
38 // Calling gzencode() with mandatory arguments
40 $output = gzencode($smallstring);
43 echo "\n-- Testing gzencode with mode specified --\n";
44 $outupt = gzencode($smallstring, -1, FORCE_GZIP);
48 *** Testing gzencode() : basic functionality ***
97 -- Testing gzencode with mode specified --