summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/reflection/tests/bug33389.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug33389.phpt b/ext/reflection/tests/bug33389.phpt
index ebe18c2391..0d4aa58796 100755
--- a/ext/reflection/tests/bug33389.phpt
+++ b/ext/reflection/tests/bug33389.phpt
@@ -21,6 +21,8 @@ class Test {
}
Reflection::export(new ReflectionClass('Test'));
?>
+===DONE===
+<?php exit(0); ?>
--EXPECTF--
Class [ <user> class Test ] {
@@ %sbug33389.php 3-18
@@ -58,7 +60,7 @@ Class [ <user> class Test ] {
@@ %sbug33389.php 8 - 9
- Parameters [1] {
- Parameter #0 [ <optional> $arg = FALSE ]
+ Parameter #0 [ <optional> $arg = false ]
}
}
@@ -91,3 +93,4 @@ Class [ <user> class Test ] {
}
}
}
+===DONE===