Skip to content

Commit f16c1dc

Browse files
committed
fix test expectation
1 parent 90330a4 commit f16c1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/tests/ReflectionExtension_getVersion_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $var = $obj->getVersion() ? $obj->getVersion() : null;
1010
var_dump($var);
1111
?>
1212
--EXPECTF--
13-
string(9) "%d.%d.%s"
13+
string(%d) "%d.%d.%s"

0 commit comments

Comments
 (0)