diff options
author | foobar <sniper@php.net> | 2005-07-18 01:09:22 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-07-18 01:09:22 +0000 |
commit | 8cea6123e9ac5ef352f3241737fbfcf63c06a1b7 (patch) | |
tree | 656f2fbd807a1c73b61ebc2d7536f3e3f32c6451 | |
parent | 890b1602fb7a3a17360389c990f14c214c556cbc (diff) | |
download | php-git-8cea6123e9ac5ef352f3241737fbfcf63c06a1b7.tar.gz |
typo
-rwxr-xr-x | Zend/tests/bug33710.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug33710.phpt b/Zend/tests/bug33710.phpt index 15f19eac40..330bb584a4 100755 --- a/Zend/tests/bug33710.phpt +++ b/Zend/tests/bug33710.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #33710 (ArrayAccess objects doen't initialize $this) +Bug #33710 (ArrayAccess objects doesn't initialize $this) --FILE-- <?php |