Home
last modified time | relevance | path

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

/php-src/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt2 Test iconv_strrpos() function : basic functionality
10 * Test basic functionality of iconv_strrpos()
13 echo "*** Testing iconv_strrpos() : basic ***\n";
22 var_dump(iconv_strrpos($string_ascii, 'is', 'ISO-8859-1'));
25 var_dump(iconv_strrpos($string_ascii, 'hello, world'));
29 var_dump(iconv_strrpos($string_mb, $needle1));
33 var_dump(iconv_strrpos($string_mb, $needle2));
38 *** Testing iconv_strrpos() : basic ***
H A Diconv_strrpos_error2.phpt2 Test iconv_strrpos() function : error conditions - pass an unknown encoding
8 * Pass iconv_strrpos() an encoding that doesn't exist
11 echo "*** Testing iconv_strrpos() : error conditions ***\n";
18 var_dump(iconv_strrpos($haystack, $needle , $encoding));
23 *** Testing iconv_strrpos() : error conditions ***
25 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-src/ext/iconv/
H A Diconv_arginfo.h65 ZEND_FUNCTION(iconv_strrpos);
77 ZEND_FE(iconv_strrpos, arginfo_iconv_strrpos)
H A Diconv.stub.php33 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {} function
H A Diconv.c1922 PHP_FUNCTION(iconv_strrpos) in PHP_FUNCTION() argument

Completed in 18 milliseconds