Home
last modified time | relevance | path

Searched refs:iconv_strlen (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/iconv/tests/
H A Diconv_strlen_basic.phpt2 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 Diconv_strlen_error2.phpt2 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 Diconv_strlen-charset-length-cve-2007-4840.phpt2 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 Diconv_strlen.phpt2 iconv_strlen()
9 var_dump(iconv_strlen($str, $charset));
H A Diconv_strrpos.phpt20 var_dump(iconv_strlen($haystk, $to_charset));
23 var_dump(iconv_strlen($haystk));
H A Dbug79200.phpt10 var_dump(iconv_strlen('test test', 'WINDOWS-1258'));
H A Diconv_mime_decode.phpt20 printf("(%d) \"%s\"\n", iconv_strlen($result, "UTF-8"), $result);
/PHP-7.4/ext/iconv/
H A Dphp_iconv.h62 PHP_FUNCTION(iconv_strlen);
H A Diconv.c127 PHP_FE(iconv_strlen, arginfo_iconv_strlen)
2064 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() argument
/PHP-7.4/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt16 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…

Completed in 21 milliseconds