summaryrefslogtreecommitdiff
path: root/tests/strings/offsets_chaining_1.phpt
blob: 18b6fa2f9dec327b6f04a5c0c705fb0feb4824b3 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
testing the behavior of string offset chaining
--FILE--
<?php
$string = "foobar";
var_dump($string[0][0][0][0]);
?>
--EXPECT--
string(1) "f"