ru_php/ext/intl/tests/bug72241.phpt

13 lines
205 B
PHP

--TEST--
Bug #72241: get_icu_value_internal out-of-bounds read
--EXTENSIONS--
intl
--FILE--
<?php
$var1=str_repeat("A", 1000);
$out = locale_get_primary_language($var1);
var_dump($out);
?>
--EXPECT--
NULL