Searched refs:IGNORE (Results 1 – 12 of 12) sorted by relevance
/PHP-5.6/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, []); 18 Warning: stream_get_contents(): iconv stream filter ("ucs-2"=>"utf%A8//IGNORE"): invalid multibyte …
|
/PHP-5.6/ext/iconv/ |
H A D | config.m4 | 162 AC_MSG_CHECKING([if iconv supports //IGNORE]) 168 iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" ); 182 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE]) 186 AC_DEFINE([ICONV_BROKEN_IGNORE],1,[Whether iconv supports IGNORE]) 190 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
|
/PHP-5.6/ext/phar/ |
H A D | config.w32 | 23 ADD_FLAG("LDFLAGS_PHAR", "/IGNORE:4089 ");
|
/PHP-5.6/ext/intl/formatter/ |
H A D | formatter.c | 57 FORMATTER_EXPOSE_CLASS_CONST( IGNORE ); in formatter_register_constants()
|
/PHP-5.6/ext/intl/doc/ |
H A D | formatter_api.php | 60 const IGNORE = 'UNUM_IGNORE'; define in NumberFormatter
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_affected_rows_oo.phpt | 54 if (!$mysqli->query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
|
H A D | mysqli_affected_rows.phpt | 62 if (!mysqli_query($link, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
|
H A D | mysqli_get_warnings.phpt | 126 if (!$mysqli->query("INSERT IGNORE INTO t1(a) VALUES (65536), (65536), (65536)"))
|
H A D | mysqli_stmt_affected_rows.phpt | 93 if (!mysqli_stmt_prepare($stmt, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')") ||
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_affected_rows.phpt | 62 if (!mysql_query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')", $link)) {
|
/PHP-5.6/ |
H A D | NEWS | 1305 . Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
|
Completed in 41 milliseconds