From: Felipe Pena Date: Sat, 6 Mar 2010 23:58:35 +0000 (+0000) Subject: - Fixed tests X-Git-Tag: php-5.2.14RC1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20a81f7c0890b5d8b42a8e704c1f48259ae2f548;p=php - Fixed tests --- diff --git a/ext/reflection/tests/ReflectionMethod_basic2.phpt b/ext/reflection/tests/ReflectionMethod_basic2.phpt index 56ddb7fce7..706aa6e616 100644 --- a/ext/reflection/tests/ReflectionMethod_basic2.phpt +++ b/ext/reflection/tests/ReflectionMethod_basic2.phpt @@ -154,8 +154,9 @@ Reflecting on method ReflectionProperty::__construct() __toString(): string(%d) "Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $argument ] + - Parameters [2] { + Parameter #0 [ $class ] + Parameter #1 [ $argument ] } } " @@ -163,8 +164,9 @@ string(%d) "Method [ public method __construct ] { export(): string(%d) "Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $argument ] + - Parameters [2] { + Parameter #0 [ $class ] + Parameter #1 [ $argument ] } } "