Searched refs:iconv_strlen (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/iconv/tests/ |
H A D | iconv_strlen_basic.phpt | 2 Test iconv_strlen() function : basic functionality 8 * Test basic functionality of iconv_strlen() 11 echo "*** Testing iconv_strlen() : basic functionality***\n"; 18 var_dump(iconv_strlen($string_ascii)); 21 var_dump(iconv_strlen($string_mb, 'UTF-8')); 24 *** Testing iconv_strlen() : basic functionality***
|
H A D | iconv_strlen_error2.phpt | 2 Test iconv_strlen() function : error conditions - pass an unknown encoding 8 * Test iconv_strlen when passed an unknown encoding 11 echo "*** Testing iconv_strlen() : error ***\n"; 17 var_dump(iconv_strlen($string, $encoding)); 21 *** Testing iconv_strlen() : error *** 23 Warning: iconv_strlen(): Wrong encoding, conversion from "unknown-encoding" to "UCS-4LE" is not all…
|
H A D | iconv_strlen-charset-length-cve-2007-4840.phpt | 2 iconv_strlen() charset parameter length checks (CVE-2007-4840) 8 var_dump(iconv_strlen(1, $a)); 11 Warning: iconv_strlen(): Encoding parameter exceeds the maximum allowed length of 64 characters in …
|
H A D | iconv_strlen.phpt | 2 iconv_strlen() 9 var_dump(iconv_strlen($str, $charset));
|
H A D | iconv_strrpos.phpt | 20 var_dump(iconv_strlen($haystk, $to_charset)); 23 var_dump(iconv_strlen($haystk));
|
H A D | bug79200.phpt | 8 var_dump(iconv_strlen('test test', 'WINDOWS-1258'));
|
H A D | iconv_mime_decode.phpt | 20 printf("(%d) \"%s\"\n", iconv_strlen($result, "UTF-8"), $result);
|
/php-src/ext/iconv/ |
H A D | iconv_arginfo.h | 62 ZEND_FUNCTION(iconv_strlen); 74 ZEND_FE(iconv_strlen, arginfo_iconv_strlen)
|
H A D | iconv.stub.php | 26 function iconv_strlen(string $string, ?string $encoding = null): int|false {} function
|
H A D | iconv.c | 1789 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() argument
|
/php-src/ext/mbstring/tests/ |
H A D | mbregex_stack_limit2.phpt | 17 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…
|
Completed in 14 milliseconds