Home
last modified time | relevance | path

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

/php-src/ext/iconv/tests/
H A Diconv_strlen_basic.phpt2 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 Diconv_strlen_error2.phpt2 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 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(): Encoding parameter exceeds the maximum allowed length of 64 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.phpt8 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-src/ext/iconv/
H A Diconv_arginfo.h62 ZEND_FUNCTION(iconv_strlen);
74 ZEND_FE(iconv_strlen, arginfo_iconv_strlen)
H A Diconv.stub.php26 function iconv_strlen(string $string, ?string $encoding = null): int|false {} function
H A Diconv.c1790 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() argument
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt17 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…

Completed in 21 milliseconds