Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php5/php-5.6.6/tests/lang/
Upload File :
Current File : //hdd/hdd21/main/php5/php-5.6.6/tests/lang/bug29893.phpt

--TEST--
Bug #29893 (segfault when using array as index)
--FILE--
<?php
$base = 50;
$base[$base] -= 0; 
?>
===DONE===
--EXPECTF--
Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
===DONE===