diff options
author | Etienne Kneuss <colder@php.net> | 2008-05-25 12:13:41 +0000 |
---|---|---|
committer | Etienne Kneuss <colder@php.net> | 2008-05-25 12:13:41 +0000 |
commit | 2882dde048148f8fdd0cdc81b30351b12514b9ec (patch) | |
tree | 237121a448c98fa7d8268bf063675e0d676b36f4 /ext | |
parent | bad8951dbc1e8a8dd2409b58760e06dc75c4e367 (diff) | |
download | php-git-2882dde048148f8fdd0cdc81b30351b12514b9ec.tar.gz |
remove the skipif
Diffstat (limited to 'ext')
-rw-r--r-- | ext/spl/tests/heap_009.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/heap_009.phpt b/ext/spl/tests/heap_009.phpt index b6dad3d5a2..f660b24d89 100644 --- a/ext/spl/tests/heap_009.phpt +++ b/ext/spl/tests/heap_009.phpt @@ -3,8 +3,6 @@ SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by refe --CREDITS-- Thomas Koch <thomas@koch.ro> #Hackday Webtuesday 2008-05-24 ---SKIPIF-- -<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php function testForException( $heap ) |