diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-08-03 19:20:45 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-08-03 19:20:45 +0000 |
commit | fb6300dd6cdef77eb72f1ec213b6828b368b694d (patch) | |
tree | 9535925e442cf3dcb4dff7bf71143a0142ac2a40 /Zend/tests | |
parent | 55f947aa13a29a33d47741c732f4cde74cff12c9 (diff) | |
download | php-git-fb6300dd6cdef77eb72f1ec213b6828b368b694d.tar.gz |
Style & WS fixes
Diffstat (limited to 'Zend/tests')
-rw-r--r-- | Zend/tests/bug24635.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/bug24699.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug24635.phpt b/Zend/tests/bug24635.phpt index 9c1c1c5394..d9466d971e 100644 --- a/Zend/tests/bug24635.phpt +++ b/Zend/tests/bug24635.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #24635: crash on dtor calling other functions +Bug #24635 (crash on dtor calling other functions) --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?> --FILE-- diff --git a/Zend/tests/bug24699.phpt b/Zend/tests/bug24699.phpt index 7ff462ab6f..bdc1b39410 100644 --- a/Zend/tests/bug24699.phpt +++ b/Zend/tests/bug24699.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #24699 Memory Leak with per-class constants +Bug #24699 (Memory Leak with per-class constants) --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?> --FILE-- |