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/bug24436.phpt | |
parent | 0e0936fa59affbcae5c94a1f7be2ed7378c2b88a (diff) | |
download | php-git-e03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9.tar.gz |
cleanup (CS+ws)
Diffstat (limited to 'Zend/tests/bug24436.phpt')
-rwxr-xr-x | Zend/tests/bug24436.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug24436.phpt b/Zend/tests/bug24436.phpt index 849c58b4b3..0c261b668e 100755 --- a/Zend/tests/bug24436.phpt +++ b/Zend/tests/bug24436.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #24436: isset()/empty() produce errors with non-existent variables in classes +Bug #24436 (isset()/empty() produce errors with non-existent variables in classes) --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?> --INI-- |