Home
last modified time | relevance | path

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

/PHP-5.5/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")));
/PHP-5.5/ext/iconv/
H A Dconfig.m4162 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.5/ext/phar/
H A Dconfig.w3223 ADD_FLAG("LDFLAGS_PHAR", "/IGNORE:4089 ");
/PHP-5.5/ext/intl/formatter/
H A Dformatter.c57 FORMATTER_EXPOSE_CLASS_CONST( IGNORE ); in formatter_register_constants()
/PHP-5.5/ext/intl/doc/
H A Dformatter_api.php60 const IGNORE = 'UNUM_IGNORE'; define in NumberFormatter
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_affected_rows_oo.phpt54 if (!$mysqli->query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
H A Dmysqli_affected_rows.phpt62 if (!mysqli_query($link, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')")) {
H A Dmysqli_get_warnings.phpt126 if (!$mysqli->query("INSERT IGNORE INTO t1(a) VALUES (65536), (65536), (65536)"))
H A Dmysqli_stmt_affected_rows.phpt93 if (!mysqli_stmt_prepare($stmt, "INSERT IGNORE INTO test(id, label) VALUES (1, 'a')") ||
/PHP-5.5/ext/mysql/tests/
H A Dmysql_affected_rows.phpt62 if (!mysql_query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')", $link)) {
/PHP-5.5/
H A DNEWS363 . Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)

Completed in 106 milliseconds