Skip to content

Commit ce77249

Browse files
committed
fix SKIPIF [ci skip]
1 parent 6650890 commit ce77249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issue081.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Issue #81 (Ignore IS_UNDEF)
33
--SKIPIF--
44
<?php
5-
if (!extension_loaded("msgpack)) {
5+
if (!extension_loaded("msgpack")) {
66
die("skip");
77
}
88
?>

0 commit comments

Comments
 (0)