-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--n
Bug #14580 (key() not binary safe)
--FILE--
<?php
	$arr = array (b"foo\0bar" => b"foo\0bar");
	$key = key($arr);
	echo strlen($key), ': ';
	echo urlencode($key), "\n";
?>
--EXPECT--
7: foo%00bar

Copyright © 2017 || Recoded By Mr.Bumblebee