Home
last modified time | relevance | path

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

/PHP-8.2/ext/iconv/tests/
H A Dbug48147.phpt2 Bug #48147 (iconv with //IGNORE cuts the string)
9 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", $text)));
11 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "\xC3")));
13 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "\xC3\xC3\xC3\xB8aa")));
15 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "aa\xC3\xC3\xC3")));
H A Dbug76249.phpt10 if (false === @stream_filter_append($fh, 'convert.iconv.ucs-2/utf8//IGNORE', STREAM_FILTER_READ, []…
11 stream_filter_append($fh, 'convert.iconv.ucs-2/utf-8//IGNORE', STREAM_FILTER_READ, []);
17 Warning: stream_get_contents(): iconv stream filter ("ucs-2"=>"utf%A8//IGNORE"): invalid multibyte …
/PHP-8.2/ext/iconv/
H A Dconfig.m4115 AC_MSG_CHECKING([if iconv supports //IGNORE])
121 iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" );
137 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
140 AC_DEFINE([ICONV_BROKEN_IGNORE],1,[Whether iconv supports IGNORE])
143 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
/PHP-8.2/ext/phar/
H A Dconfig.w3222 ADD_FLAG("LDFLAGS_PHAR", "/IGNORE:4089 ");
/PHP-8.2/ext/intl/formatter/
H A Dformatter.stub.php59 public const IGNORE = UNKNOWN; define in NumberFormatter
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.stub.php94 public const IGNORE = UNKNOWN; define in SQLite3
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_affected_rows_oo.phpt57 if (!$mysqli->query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
H A Dmysqli_affected_rows.phpt50 if (!mysqli_query($link, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
H A Dmysqli_get_warnings.phpt124 if (!$mysqli->query("INSERT IGNORE INTO t1(a) VALUES (65536), (65536), (65536)"))
H A Dmysqli_stmt_affected_rows.phpt84 if (!mysqli_stmt_prepare($stmt, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')") ||

Completed in 15 milliseconds