Searched refs:IGNORE (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/phar/ |
H A D | config.w32 | 23 ADD_FLAG("LDFLAGS_PHAR", "/IGNORE:4089 ");
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter.c | 57 FORMATTER_EXPOSE_CLASS_CONST( IGNORE ); in formatter_register_constants()
|
/PHP-5.3/ext/intl/doc/ |
H A D | formatter_api.php | 60 const IGNORE = 'UNUM_IGNORE'; define in NumberFormatter
|
/PHP-5.3/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.3/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.3/ext/sqlite/libsqlite/src/ |
H A D | parse.y | 126 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY 262 resolvetype(A) ::= IGNORE. { A = OE_Ignore; } 857 expr(A) ::= RAISE(X) LP IGNORE RP(Y). {
|
Completed in 21 milliseconds