Annotation of embedaddon/php/ext/standard/tests/streams/bug44712.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: bug#44712 (stream_context_set_params segfaults on invalid arguments)
                      3: --FILE--
                      4: <?php
                      5: $ctx = stream_context_get_default();
                      6: stream_context_set_params($ctx, array("options" => 1));
                      7: ?>
                      8: --EXPECTF--
                      9: Warning: stream_context_set_params(): Invalid stream/context parameter in %sbug44712.php on line %s
                     10: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>