global statement removal: hphp/test/zend [2/x]
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / iconv_strlen-charset-length-cve-2007-4840.php
blob82c0c9791f738c2d38e3401736df5afeb69e8108
1 <?php
2 $a = str_repeat("/", 9791999);
3 var_dump(iconv_strlen(1, $a));
4 ?>