--TEST-- Test gzencode() function : error conditions --SKIPIF-- --FILE-- ===Done=== --EXPECTF-- *** Testing gzencode() : error conditions *** -- Testing with incorrect compression level -- Warning: gzencode(): compression level (99) must be within -1..9 in %s on line %d bool(false) -- Testing with incorrect encoding_mode -- Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE in %s on line %d bool(false) ===Done===