]> granicus.if.org Git - php/commitdiff
Fix test
authorMarcus Boerger <helly@php.net>
Sun, 14 Dec 2003 17:42:57 +0000 (17:42 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 14 Dec 2003 17:42:57 +0000 (17:42 +0000)
tests/classes/array_access_003.phpt

index f19e23d818605d7948cf25b15e7d9485c4ed54a3..28e7e836ad105063d0734019188df7354c82ad54 100644 (file)
@@ -50,6 +50,8 @@ var_dump($obj[2]);
 ===DONE===
 --EXPECTF--
 object::offsetGet(1)
+
+Strict Standards: Only variable references should be returned by reference in %sarray_access_003.php on line %d
 string(6) "fooBar"
 object::offsetGet(2)
 int(1)