diff options
author | foobar <sniper@php.net> | 2003-07-24 17:07:40 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-07-24 17:07:40 +0000 |
commit | e03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9 (patch) | |
tree | 3d09c958d1694906b65fb762231addbf9829b319 /Zend/tests/bug20240.phpt | |
parent | 0e0936fa59affbcae5c94a1f7be2ed7378c2b88a (diff) | |
download | php-git-e03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9.tar.gz |
cleanup (CS+ws)
Diffstat (limited to 'Zend/tests/bug20240.phpt')
-rwxr-xr-x | Zend/tests/bug20240.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug20240.phpt b/Zend/tests/bug20240.phpt index a6e42d80e2..4aefce33a2 100755 --- a/Zend/tests/bug20240.phpt +++ b/Zend/tests/bug20240.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #20240 order of destructor calls +Bug #20240 (order of destructor calls) --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?> --FILE-- |