-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/strings/
File Upload :
Current File : //usr/src/php/ext/standard/tests/strings/unpack.phpt

--TEST--
Invalid format type validation
--FILE--
<?php
	var_dump(unpack("-2222", 1));
	echo "Done\n";
?>
--EXPECTF--
Warning: unpack(): Invalid format type - in %sunpack.php on line %d
bool(false)
Done

Copyright © 2017 || Recoded By Mr.Bumblebee