summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_002.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-22 22:50:02 +0000
committerMarcus Boerger <helly@php.net>2003-12-22 22:50:02 +0000
commit26a0abbd0cfd4b691ac485206914aad0f68ba2ec (patch)
tree13d20b4129a432fdcb08c2c390fea242d87985eb /tests/classes/array_access_002.phpt
parent4b76493f1e3250361c75aa9bb5fb8b79e4956d9d (diff)
downloadphp-git-26a0abbd0cfd4b691ac485206914aad0f68ba2ec.tar.gz
Fix tests now that class names are shown in correct casing
Diffstat (limited to 'tests/classes/array_access_002.phpt')
-rw-r--r--tests/classes/array_access_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/array_access_002.phpt b/tests/classes/array_access_002.phpt
index cb4416d7bd..584227ee89 100644
--- a/tests/classes/array_access_002.phpt
+++ b/tests/classes/array_access_002.phpt
@@ -6,7 +6,7 @@ ZE2 ArrayAccess::offsetSet without return
?>
--FILE--
<?php
-class Object implements ArrayAccess {
+class object implements ArrayAccess {
public $a = array('1st', 1, 2=>'3rd', '4th'=>4);