Searched refs:iconv_strlen (Results 1 – 10 of 10) sorted by relevance
/PHP-7.4/ext/iconv/tests/ |
H A D | iconv_strlen_basic.phpt | 2 Test iconv_strlen() function : basic functionality 6 function_exists('iconv_strlen') or die("skip iconv_strlen() is not available in this build"); 10 /* Prototype : int iconv_strlen(string str [, string charset]) 16 * Test basic functionality of iconv_strlen() 19 echo "*** Testing iconv_strlen() : basic functionality***\n"; 26 var_dump(iconv_strlen($string_ascii)); 29 var_dump(iconv_strlen($string_mb, 'UTF-8')); 33 *** Testing iconv_strlen() : basic functionality***
|
H A D | iconv_strlen_error2.phpt | 2 Test iconv_strlen() function : error conditions - pass an unknown encoding 6 function_exists('iconv_strlen') or die("skip iconv_strlen() is not available in this build"); 10 /* Prototype : int iconv_strlen(string str [, string charset]) 16 * Test iconv_strlen when passed an unknown encoding 19 echo "*** Testing iconv_strlen() : error ***\n"; 25 var_dump(iconv_strlen($string, $encoding)); 30 *** Testing iconv_strlen() : error *** 32 Notice: iconv_strlen(): Wrong charset, conversion from `unknown-encoding' to `UCS-4LE' is not allow…
|
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(): Charset parameter exceeds the maximum allowed length of %d 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 | 10 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-7.4/ext/iconv/ |
H A D | php_iconv.h | 62 PHP_FUNCTION(iconv_strlen);
|
H A D | iconv.c | 127 PHP_FE(iconv_strlen, arginfo_iconv_strlen) 2064 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() argument
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mbregex_stack_limit2.phpt | 16 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…
|
Completed in 20 milliseconds