diff options
| author | Marcus Boerger <helly@php.net> | 2007-04-06 17:54:22 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2007-04-06 17:54:22 +0000 |
| commit | 0ec117146e2410552644cb5ef6aa402eac779def (patch) | |
| tree | 8a1505e644b7db5b21483a94c118c2b8a48912e3 /ext/spl | |
| parent | b08cfa8833101ad70b82bbceae75fe0131493a9c (diff) | |
| download | php-git-0ec117146e2410552644cb5ef6aa402eac779def.tar.gz | |
- Add bug name
Diffstat (limited to 'ext/spl')
| -rwxr-xr-x | ext/spl/tests/bug40442.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug40442.phpt b/ext/spl/tests/bug40442.phpt index 139ede7b46..fbeb22d2b3 100755 --- a/ext/spl/tests/bug40442.phpt +++ b/ext/spl/tests/bug40442.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #40442 () +Bug #40442 (ArrayObject::offsetExists broke in 5.2.1, works in 5.2.0) --FILE-- <?php $a = new ArrayObject(); |
