zeev            Wed Feb  4 12:47:36 2004 EDT

  Modified files:              
    /php-src/tests/classes      final_redeclare.phpt 
  Log:
  Update test (reason: early binding changes its behavior)
  
  
http://cvs.php.net/diff.php/php-src/tests/classes/final_redeclare.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/tests/classes/final_redeclare.phpt
diff -u php-src/tests/classes/final_redeclare.phpt:1.2 
php-src/tests/classes/final_redeclare.phpt:1.3
--- php-src/tests/classes/final_redeclare.phpt:1.2      Sat Aug  9 10:48:47 2003
+++ php-src/tests/classes/final_redeclare.phpt  Wed Feb  4 12:47:35 2004
@@ -12,7 +12,6 @@
 }
 
 $t = new pass();
-$t->show();
 
 class fail extends pass {
        function show() {
@@ -23,6 +22,4 @@
 echo "Done\n"; // Shouldn't be displayed
 ?>
 --EXPECTF--
-Call to function pass::show()
-
 Fatal error: Cannot override final method pass::show() in %s on line %d

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

Reply via email to