Searched refs:IGNORE (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/iconv/tests/ |
H A D | bug48147.phpt | 2 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 D | bug76249.phpt | 10 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 D | config.m4 | 115 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 D | config.w32 | 22 ADD_FLAG("LDFLAGS_PHAR", "/IGNORE:4089 ");
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter.stub.php | 59 public const IGNORE = UNKNOWN; define in NumberFormatter
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.stub.php | 94 public const IGNORE = UNKNOWN; define in SQLite3
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_affected_rows_oo.phpt | 57 if (!$mysqli->query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
|
H A D | mysqli_affected_rows.phpt | 50 if (!mysqli_query($link, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
|
H A D | mysqli_get_warnings.phpt | 124 if (!$mysqli->query("INSERT IGNORE INTO t1(a) VALUES (65536), (65536), (65536)"))
|
H A D | mysqli_stmt_affected_rows.phpt | 84 if (!mysqli_stmt_prepare($stmt, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')") ||
|
Completed in 12 milliseconds