-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/array/
File Upload :
Current File : //usr/src/php/ext/standard/tests/array/bug52534.phpt

--TEST--
Bug #52534 (var_export array with negative key)
--FILE--
<?php

$aArray = array ( -1 => 'Hello');

var_export($aArray);

?>
--EXPECT--
array (
  -1 => 'Hello',
)

Copyright © 2017 || Recoded By Mr.Bumblebee