Home
last modified time | relevance | path

Searched refs:iconv_strrpos (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt2 Test iconv_strrpos() function : basic functionality
6 function_exists('iconv_strrpos') or die("skip iconv_strrpos() is not available in this build");
13 * Test basic functionality of iconv_strrpos()
16 echo "*** Testing iconv_strrpos() : basic ***\n";
25 var_dump(iconv_strrpos($string_ascii, 'is', 'ISO-8859-1'));
28 var_dump(iconv_strrpos($string_ascii, 'hello, world'));
32 var_dump(iconv_strrpos($string_mb, $needle1));
36 var_dump(iconv_strrpos($string_mb, $needle2));
41 *** Testing iconv_strrpos() : basic ***
H A Diconv_strrpos_error2.phpt2 Test iconv_strrpos() function : error conditions - pass an unknown encoding
6 function_exists('iconv_strrpos') or die("skip iconv_strrpos() is not available in this build");
11 * Pass iconv_strrpos() an encoding that doesn't exist
14 echo "*** Testing iconv_strrpos() : error conditions ***\n";
21 var_dump(iconv_strrpos($haystack, $needle , $encoding));
26 *** Testing iconv_strrpos() : error conditions ***
28 Warning: iconv_strrpos(): Wrong encoding, conversion from "unknown-encoding" to "UCS-4LE" is not al…
H A Diconv_strrpos.phpt2 iconv_strrpos()
21 var_dump(iconv_strrpos($haystk, $needle, $to_charset));
24 var_dump(iconv_strrpos($haystk, $needle));
36 var_dump(iconv_strrpos("string", ""));
37 var_dump(iconv_strrpos("", "string"));
H A Diconv_strrpos-charset-length-cve-2007-4840.phpt2 iconv_strrpos() charset parameter length checks (CVE-2007-4840)
8 var_dump(iconv_strrpos("a", "b", $a));
11 Warning: iconv_strrpos(): Encoding parameter exceeds the maximum allowed length of 64 characters in…
/PHP-8.0/ext/iconv/
H A Diconv_arginfo.h66 ZEND_FUNCTION(iconv_strrpos);
79 ZEND_FE(iconv_strrpos, arginfo_iconv_strrpos)
H A Diconv.stub.php11 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {} function
H A Dphp_iconv.h51 PHP_FUNCTION(iconv_strrpos);
H A Diconv.c1912 PHP_FUNCTION(iconv_strrpos) in PHP_FUNCTION() argument

Completed in 13 milliseconds