-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/general_functions/
File Upload :
Current File : //usr/src/php/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt

--TEST--
dl() filename length checks (CVE-2007-4887)
--INI--
enable_dl=1
--FILE--
<?php
var_dump(dl(str_repeat("a", 8376757)));
?>
--EXPECTF--	

Warning: dl(): File name exceeds the maximum allowed length of %d characters in %s on line %d
bool(false)

Copyright © 2017 || Recoded By Mr.Bumblebee