Skip to content

Commit 47aaffc

Browse files
committed
Fix SKIPIF clause
1 parent 4a1af1f commit 47aaffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/streams/bug81346.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bug #81346 (Non-seekable streams don't update position after write)
44
The test expectation is due to bug #81345.
55
--SKIPIF--
66
<?php
7-
if (!extension_loaded('bz2')) die("bz2 extension not available");
7+
if (!extension_loaded('bz2')) die("skip bz2 extension not available");
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)