From: Johannes Schlüter Date: Thu, 12 Apr 2007 18:31:57 +0000 (+0000) Subject: - Add test X-Git-Tag: RELEASE_1_1_0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85910d510b48f2338a2134eac28cba9b001fe3c5;p=php - Add test --- diff --git a/ext/reflection/tests/bug41061.phpt b/ext/reflection/tests/bug41061.phpt new file mode 100755 index 0000000000..977828ef65 --- /dev/null +++ b/ext/reflection/tests/bug41061.phpt @@ -0,0 +1,30 @@ +--TEST-- +Reflection Bug #41061 ("visibility error" in ReflectionFunction::export()) +--SKIPIF-- + +--FILE-- + +===DONE=== + +--EXPECTF-- +Function [ function foo ] { + @@ %sbug41061.php 3 - 4 +} + +Method [ private method foo ] { + @@ %sbug41061.php 7 - 8 +} + +===DONE===