felipe          Mon Aug 18 19:49:33 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/reflection/tests       property_exists.phpt 
  Log:
  - Fixed test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/property_exists.phpt?r1=1.3.2.1.4.1&r2=1.3.2.1.4.2&diff_format=u
Index: php-src/ext/reflection/tests/property_exists.phpt
diff -u php-src/ext/reflection/tests/property_exists.phpt:1.3.2.1.4.1 
php-src/ext/reflection/tests/property_exists.phpt:1.3.2.1.4.2
--- php-src/ext/reflection/tests/property_exists.phpt:1.3.2.1.4.1       Sat May 
24 13:34:21 2008
+++ php-src/ext/reflection/tests/property_exists.phpt   Mon Aug 18 19:49:33 2008
@@ -108,9 +108,9 @@
 obj(A)::$a
 bool(true)
 obj(A)::$b
-bool(false)
+bool(true)
 obj(A)::$c
-bool(false)
+bool(true)
 obj(A)::$d
 bool(false)
 obj(A)::$e
@@ -130,9 +130,9 @@
 A::$a
 bool(true)
 A::$b
-bool(false)
+bool(true)
 A::$c
-bool(false)
+bool(true)
 A::$d
 bool(false)
 A::$e
@@ -152,9 +152,9 @@
 B::$a
 bool(true)
 B::$b
-bool(false)
+bool(true)
 B::$c
-bool(false)
+bool(true)
 B::$d
 bool(false)
 B::$e
@@ -174,11 +174,11 @@
 C::$a
 bool(true)
 C::$b
-bool(false)
+bool(true)
 C::$c
 bool(false)
 C::$d
-bool(false)
+bool(true)
 C::$e
 bool(false)
 ===C===
@@ -196,11 +196,11 @@
 obj(C)::$a
 bool(true)
 obj(C)::$b
-bool(false)
+bool(true)
 obj(C)::$c
 bool(false)
 obj(C)::$d
-bool(false)
+bool(true)
 obj(C)::$e
 bool(false)
 ===PROBLEMS===



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to