Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dconfig.w3223 ADD_FLAG("LDFLAGS_PHAR", "/IGNORE:4089 ");
/PHP-5.4/ext/intl/formatter/
H A Dformatter.c57 FORMATTER_EXPOSE_CLASS_CONST( IGNORE ); in formatter_register_constants()
/PHP-5.4/ext/intl/doc/
H A Dformatter_api.php60 const IGNORE = 'UNUM_IGNORE'; define in NumberFormatter
/PHP-5.4/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.4/ext/mysql/tests/
H A Dmysql_affected_rows.phpt62 if (!mysql_query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')", $link)) {

Completed in 28 milliseconds