--TEST-- Bug #52534 (var_export array with negative key) --FILE-- 'Hello'); var_export($aArray); ?> --EXPECT-- array ( -1 => 'Hello', )