diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-07 17:23:53 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 17:23:53 +0000 |
commit | ccd97f3a21b73e037eac37bcf5fa64d349a519e2 (patch) | |
tree | 436cf97487822b0be8c86b07ee70a61c78b11f01 /Zend/tests/bug40809.phpt | |
parent | 8d9be0338b5a8e3b595fa24f269fc4bdc73fb75c (diff) | |
download | php-git-ccd97f3a21b73e037eac37bcf5fa64d349a519e2.tar.gz |
fix test names
Diffstat (limited to 'Zend/tests/bug40809.phpt')
-rwxr-xr-x | Zend/tests/bug40809.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug40809.phpt b/Zend/tests/bug40809.phpt index c80849a10a..9ff4e6f1b6 100755 --- a/Zend/tests/bug40809.phpt +++ b/Zend/tests/bug40809.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #40809 Poor perfomance of ".=" +Bug #40809 (Poor performance of ".=") --FILE-- <?php error_reporting(E_ALL|E_STRICT); |