diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-14 17:12:24 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-14 17:12:24 +0000 |
commit | 3f0420537157526c4a369d0f1e6c445399a31f20 (patch) | |
tree | b4390e996d7775fd53f59db72b7a552f13b9856f /tests | |
parent | 199ae10f01886d6dd8f07f51c8714a0768d2408e (diff) | |
download | php-git-3f0420537157526c4a369d0f1e6c445399a31f20.tar.gz |
Fixed typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug19943.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug19943.phpt b/tests/lang/bug19943.phpt index eda98d4d84..3be703fb1d 100644 --- a/tests/lang/bug19943.phpt +++ b/tests/lang/bug19943.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #19566 (memleaks) +Bug #19943 (memleaks) --FILE-- <?php $ar = array(); |