dmitry          Mon Sep  6 04:40:06 2004 EDT

  Modified files:              
    /php-src/tests/classes      interface_and_extends.phpt 
  Log:
  Fix: interfac -> interface
  
  
http://cvs.php.net/diff.php/php-src/tests/classes/interface_and_extends.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/tests/classes/interface_and_extends.phpt
diff -u php-src/tests/classes/interface_and_extends.phpt:1.1 
php-src/tests/classes/interface_and_extends.phpt:1.2
--- php-src/tests/classes/interface_and_extends.phpt:1.1        Thu Aug 26 18:53:51 
2004
+++ php-src/tests/classes/interface_and_extends.phpt    Mon Sep  6 04:40:04 2004
@@ -23,4 +23,4 @@
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Class Tester cannot extend from interfac Test in 
%sinterface_and_extends.php on line %d
\ No newline at end of file
+Fatal error: Class Tester cannot extend from interface Test in 
%sinterface_and_extends.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