diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-06 16:20:08 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-06 16:20:08 +0000 |
commit | 1f85425c4ddb86210c018e3f7f722b8fc2e1c81c (patch) | |
tree | 32c21023e218a0717d7f525a361ac16401a3e25b | |
parent | 2b13eb4f5352da0aa54bcc88c9407c40d8202e4e (diff) | |
download | php-git-1f85425c4ddb86210c018e3f7f722b8fc2e1c81c.tar.gz |
Fixed typo
-rw-r--r-- | tests/classes/abstract_inherit.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract_inherit.phpt b/tests/classes/abstract_inherit.phpt index a83cf29b21..2f33f85a05 100644 --- a/tests/classes/abstract_inherit.phpt +++ b/tests/classes/abstract_inherit.phpt @@ -1,5 +1,5 @@ --TEST-- -A class that inherits a abstrcat method is abstract +A class that inherits a abstract method is abstract --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> --FILE-- |