Preemptively update tests for UndefinedVariableException 3/n
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / iconv_strlen-charset-length-cve-2007-4840.php
blob2d15f78131df10d6c81148daac9b586aa6b6b18a
1 <?hh <<__EntryPoint>> function main(): void {
2 $a = str_repeat("/", 9791999);
3 var_dump(iconv_strlen('1', $a));