summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-06-20 01:10:33 +0000
committerMarcus Boerger <helly@php.net>2005-06-20 01:10:33 +0000
commit5cc056a6ce084cd10df97f7ae1f01fe73fafba8f (patch)
treeaa059b1cca37109a8d16666b351a705648439038 /ext
parent758503e26fe809a90a92fcc44651179f18d3b84b (diff)
downloadphp-git-5cc056a6ce084cd10df97f7ae1f01fe73fafba8f.tar.gz
- Output shows false lowercased
Diffstat (limited to 'ext')
-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===