Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.8/tests/strings/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.8/tests/strings/offsets_chaining_2.phpt

--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]);
?>
--EXPECT--
string(1) "f"