Your IP : 216.73.216.48


Current Path : /hdd/hdd12/install/php/php-7.4.32/Zend/tests/
Upload File :
Current File : //hdd/hdd12/install/php/php-7.4.32/Zend/tests/033.phpt

--TEST--
Using undefined multidimensional array
--FILE--
<?php

$arr[1][2][3][4][5];

echo $arr[1][2][3][4][5];

$arr[1][2][3][4][5]->foo;

$arr[1][2][3][4][5]->foo = 1;

$arr[][] = 2;

$arr[][]->bar = 2;

?>
--EXPECTF--
Notice: Undefined variable: arr in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Undefined variable: arr in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Undefined variable: arr in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to access array offset on value of type null in %s on line %d

Notice: Trying to get property 'foo' of non-object in %s on line %d

Warning: Creating default object from empty value in %s on line %d

Warning: Creating default object from empty value in %s on line %d