diff options
Diffstat (limited to 'ext/dom/tests/bug74416.phpt')
-rw-r--r-- | ext/dom/tests/bug74416.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dom/tests/bug74416.phpt b/ext/dom/tests/bug74416.phpt index c96a927c2e..f6da96656a 100644 --- a/ext/dom/tests/bug74416.phpt +++ b/ext/dom/tests/bug74416.phpt @@ -12,9 +12,7 @@ foreach ($rm->getParameters() as $param) { printf("Parameter #%d %s OPTIONAL\n", $param->getPosition(), $param->isOptional() ? "IS" : "IS NOT"); } ?> -===DONE=== --EXPECT-- 1 0 Parameter #0 IS OPTIONAL -===DONE=== |