helly           Fri Feb 27 04:17:56 2004 EDT

  Modified files:              
    /php-src/tests/classes      abstract_redeclare.phpt 
  Log:
  The order of error has changed here. So the expectations must change too.
  
  
http://cvs.php.net/diff.php/php-src/tests/classes/abstract_redeclare.phpt?r1=1.4&r2=1.5&ty=u
Index: php-src/tests/classes/abstract_redeclare.phpt
diff -u php-src/tests/classes/abstract_redeclare.phpt:1.4 
php-src/tests/classes/abstract_redeclare.phpt:1.5
--- php-src/tests/classes/abstract_redeclare.phpt:1.4   Mon Oct 20 00:49:18 2003
+++ php-src/tests/classes/abstract_redeclare.phpt       Fri Feb 27 04:17:55 2004
@@ -19,4 +19,4 @@
 ?>
 --EXPECTF--
 
-Fatal error: Cannot make non abstract method pass::show() abstract in class fail in 
%s on line %d
+Fatal error: Class fail contains 1 abstract methods and must therefore be declared 
abstract (fail::show) in %sabstract_redeclare.php on line %d

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

Reply via email to