Lines Matching refs:gzencode
2 Test gzencode() function : basic functionality
8 * Test basic function of gzencode
13 echo "*** Testing gzencode() : basic functionality ***\n";
20 // Calling gzencode() with various compression levels
25 $output = gzencode($data, $i);
32 $output = gzencode($smallstring, $i);
36 // Calling gzencode() with mandatory arguments
38 $output = gzencode($smallstring);
41 echo "\n-- Testing gzencode with mode specified --\n";
42 $outupt = gzencode($smallstring, -1, FORCE_GZIP);
46 *** Testing gzencode() : basic functionality ***
95 -- Testing gzencode with mode specified --