1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00
Files
archived-php-src/tests/strings/offsets_chaining_1.phpt
2011-11-26 18:41:45 +00:00

12 lines
249 B
PHP

--TEST--
testing the behavior of string offset chaining
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$string = "foobar";
var_dump($string[0][0][0][0]);
?>
--EXPECTF--
Fatal error: Cannot use string offset as an array in %s on line %d