summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/002.phpt')
-rw-r--r--ext/reflection/tests/002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/002.phpt b/ext/reflection/tests/002.phpt
index 6024eaba1c..3a51990cf6 100644
--- a/ext/reflection/tests/002.phpt
+++ b/ext/reflection/tests/002.phpt
@@ -6,7 +6,7 @@ Reflection properties are read only
class ReflectionMethodEx extends ReflectionMethod
{
public $foo = "xyz";
-
+
function __construct($c,$m)
{
echo __METHOD__ . "\n";
@@ -48,7 +48,7 @@ var_dump($r->bar);
?>
===DONE===
---EXPECTF--
+--EXPECT--
ReflectionMethodEx::__construct
string(26) "ReflectionFunctionAbstract"
string(7) "getName"