tony2001 Tue Apr 28 10:30:56 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/tests/classes inheritance_007.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/inheritance_007.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/tests/classes/inheritance_007.phpt
diff -u php-src/tests/classes/inheritance_007.phpt:1.1.4.2
php-src/tests/classes/inheritance_007.phpt:1.1.4.3
--- php-src/tests/classes/inheritance_007.phpt:1.1.4.2 Fri Dec 5 22:12:07 2008
+++ php-src/tests/classes/inheritance_007.phpt Tue Apr 28 10:30:56 2009
@@ -1,5 +1,5 @@
--TEST--
-Ensure inherited old-style constructor doesn't block other methods.
+Ensure inherited old-style constructor doesn't block other methods
--FILE--
<?php
class A {
@@ -21,19 +21,19 @@
array(2) {
[0]=>
&object(ReflectionMethod)#%d (2) {
- [%u|b%"name"]=>
- %string|unicode%(1) "B"
- [%u|b%"class"]=>
- %string|unicode%(1) "B"
+ ["name"]=>
+ string(1) "B"
+ ["class"]=>
+ string(1) "B"
}
[1]=>
&object(ReflectionMethod)#%d (2) {
- [%u|b%"name"]=>
- %string|unicode%(1) "A"
- [%u|b%"class"]=>
- %string|unicode%(1) "B"
+ ["name"]=>
+ string(1) "A"
+ ["class"]=>
+ string(1) "B"
}
}
In A::A
In A::A
-In A::B
\ No newline at end of file
+In A::B
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php