moved
[m6w6/ext-http] / tests / encstream009.phpt
1 --TEST--
2 encoding stream zlib error
3 --SKIPIF--
4 <?php
5 include "skipif.inc";
6 ?>
7 --FILE--
8 <?php
9 echo "Test\n";
10
11 var_dump(http\Encoding\Stream\Inflate::decode("if this goes through, something's pretty wrong"));
12
13 ?>
14 DONE
15 --EXPECTF--
16 Test
17
18 Warning: http\Encoding\Stream\Inflate::decode(): Could not inflate data: data error in %s on line %d
19 bool(false)
20 DONE