We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21057fb commit e2362a9Copy full SHA for e2362a9
tests/zpp_errors.phpt
@@ -13,8 +13,8 @@ try { ast\kind_uses_flags(); }
13
catch (TypeError $e) { echo $e->getMessage(), "\n"; }
14
15
?>
16
---EXPECT--
17
-ast\parse_code() expects at least 1 parameter, 0 given
18
-ast\parse_file() expects at least 1 parameter, 0 given
19
-ast\get_kind_name() expects exactly 1 parameter, 0 given
20
-ast\kind_uses_flags() expects exactly 1 parameter, 0 given
+--EXPECTF--
+ast\parse_code() expects at least 1 %s, 0 given
+ast\parse_file() expects at least 1 %s, 0 given
+ast\get_kind_name() expects exactly 1 %s, 0 given
+ast\kind_uses_flags() expects exactly 1 %s, 0 given
0 commit comments