]> granicus.if.org Git - php/commitdiff
Fix: interfac -> interface
authorDmitry Stogov <dmitry@php.net>
Mon, 6 Sep 2004 08:40:04 +0000 (08:40 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 6 Sep 2004 08:40:04 +0000 (08:40 +0000)
tests/classes/interface_and_extends.phpt

index 7f5abb3e2d02b9584160fceae007f6bf2add972c..f9040ae4a9c0448da42ed32d6d75083acc3fe26b 100755 (executable)
@@ -23,4 +23,4 @@ $o->show();
 ?>
 ===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