summaryrefslogtreecommitdiff
path: root/tests/strings/offsets_chaining_2.phpt
blob: 7953184cd2188f7f6eadd3f2a6ed5c3f5047e3ba (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"