Searched refs:iconv_strlen (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/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"); 11 * Test basic functionality of iconv_strlen() 14 echo "*** Testing iconv_strlen() : basic functionality***\n"; 21 var_dump(iconv_strlen($string_ascii)); 24 var_dump(iconv_strlen($string_mb, 'UTF-8')); 27 *** 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"); 11 * Test iconv_strlen when passed an unknown encoding 14 echo "*** Testing iconv_strlen() : error ***\n"; 20 var_dump(iconv_strlen($string, $encoding)); 24 *** Testing iconv_strlen() : error *** 26 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 | 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-8.0/ext/iconv/ |
H A D | iconv_arginfo.h | 63 ZEND_FUNCTION(iconv_strlen); 76 ZEND_FE(iconv_strlen, arginfo_iconv_strlen)
|
H A D | iconv.stub.php | 5 function iconv_strlen(string $string, ?string $encoding = null): int|false {} function
|
H A D | php_iconv.h | 48 PHP_FUNCTION(iconv_strlen);
|
H A D | iconv.c | 1780 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() argument
|
/PHP-8.0/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 21 milliseconds