-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/bug54262.phpt

--TEST--
Bug #54262 (Crash when assigning value to a dimension in a non-array)
--FILE--
<?php
$a = '0';
var_dump(isset($a['b']));
$simpleString = preg_match('//', '', $a->a);
$simpleString["wrong"] = "f";
echo "ok\n";
?>
--EXPECTF--
bool(true)

Warning: Attempt to modify property of non-object in %sbug54262.php on line 4

Warning: Cannot use a scalar value as an array in %sbug54262.php on line 5
ok

Copyright © 2017 || Recoded By Mr.Bumblebee