summaryrefslogtreecommitdiff
path: root/tests/php/phpt/valueiterator/005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/phpt/valueiterator/005.phpt')
-rw-r--r--tests/php/phpt/valueiterator/005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/phpt/valueiterator/005.phpt b/tests/php/phpt/valueiterator/005.phpt
index e5df91e..f86845e 100644
--- a/tests/php/phpt/valueiterator/005.phpt
+++ b/tests/php/phpt/valueiterator/005.phpt
@@ -3,7 +3,7 @@ Iterate itarable oblect
--DESCRIPTION--
class impIterAggr1 implements IteratorAggregate
--SKIPIF--
-<?php if (!extension_loaded("extention_for_tests")) print "skip"; ?>
+<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
--FILEEOF--
<?php
require dirname(__FILE__) . '/../../include/valueiterator/1.php';