felipe Sat, 31 Jul 2010 22:10:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301752
Log:
- Fix tests
Changed paths:
U
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
U
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt
U
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt
Modified:
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
===================================================================
---
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
2010-07-31 21:44:18 UTC (rev 301751)
+++
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
2010-07-31 22:10:43 UTC (rev 301752)
@@ -64,10 +64,7 @@
?>
--EXPECTF--
-
-Strict Standards: Redefining already defined constructor for class
OldAndNewCtor in %s on line 26
-
-Strict Standards: %s for class NewAndOldCtor in %s on line 31
+Strict Standards: Redefining already defined constructor for class
OldAndNewCtor in %s on line %d
Constructor of NewCtor: __construct
Constructor of ExtendsNewCtor: __construct
Constructor of OldCtor: OldCtor
@@ -79,4 +76,4 @@
Constructor of D1: __construct
Constructor of D2: C
No constructor for X
-No constructor for Y
\ No newline at end of file
+No constructor for Y
Modified:
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt
===================================================================
---
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt
2010-07-31 21:44:18 UTC (rev 301751)
+++
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt
2010-07-31 22:10:43 UTC (rev 301752)
@@ -86,8 +86,6 @@
?>
--EXPECTF--
Strict Standards: Redefining already defined constructor for class
OldAndNewCtor in %s on line %d
-
-Strict Standards: %s for class NewAndOldCtor in %s on line %d
New-style constructor:
bool(true)
Modified:
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt
===================================================================
---
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt
2010-07-31 21:44:18 UTC (rev 301751)
+++
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt
2010-07-31 22:10:43 UTC (rev 301752)
@@ -64,10 +64,7 @@
?>
--EXPECTF--
-
-Strict Standards: Redefining already defined constructor for class
OldAndNewCtor in %s on line 26
-
-Strict Standards: %s for class NewAndOldCtor in %s on line 31
+Strict Standards: Redefining already defined constructor for class
OldAndNewCtor in %s on line %d
Constructor of NewCtor: __construct
Constructor of ExtendsNewCtor: __construct
Constructor of OldCtor: OldCtor
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php