1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/zlib/tests/gzencode_variation1.phpt
Gina Peter Banyard 5bd18e3fdc ext/zlib: Refactor tests (#18887)
- Use INI sections
- Use CGI sections
- Move data into a subfolder
- Remove ZPP tests
- Fix various bugs within tests
- Simplify some


Found while working on #18879
2025-06-21 18:03:50 +01:00

32 lines
594 B
PHP

--TEST--
Test gzencode() function : variation
--EXTENSIONS--
zlib
--SKIPIF--
<?php
if( substr(PHP_OS, 0, 3) == "WIN" ) {
die("skip.. Do not run on Windows");
}
if (PHP_OS == "Darwin") {
print "skip - OS is encoded in headers, tested header is non Darwin";
}
?>
--FILE--
<?php
include(__DIR__ . '/data/data.inc');
echo "*** Testing gzencode() : variation ***\n";
echo "\n-- Testing multiple compression --\n";
$output = gzencode($data);
var_dump(bin2hex(gzencode($output)));
?>
--EXPECTF--
*** Testing gzencode() : variation ***
-- Testing multiple compression --
string(36%d) "%s"