summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/array_access_005.phpt')
-rw-r--r--tests/classes/array_access_005.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/array_access_005.phpt b/tests/classes/array_access_005.phpt
index dcb873ff56..92ddeccaf2 100644
--- a/tests/classes/array_access_005.phpt
+++ b/tests/classes/array_access_005.phpt
@@ -1,11 +1,11 @@
--TEST--
ZE2 ArrayAccess and sub Arrays
--FILE--
-<?php
+<?php
class Peoples implements ArrayAccess {
public $person;
-
+
function __construct() {
$this->person = array(array('name'=>'Joe'));
}