Home
last modified time | relevance | path

Searched refs:ignore (Results 51 – 71 of 71) sorted by relevance

123

/PHP-8.0/ext/oci8/tests/
H A Dconn_attr.inc35 if (!in_array($m['code'], array( // ignore expected errors
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_affected_rows_oo.phpt39 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_bind_result_bit.phpt47 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_affected_rows.phpt32 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_get_result_types.phpt25 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_result.phpt66 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_param.phpt32 we did not unify the error messages but ignore this slight difference silently
/PHP-8.0/ext/ldap/
H A Dldap.stub.php266 function ldap_escape(string $value, string $ignore = "", int $flags = 0): string {} argument
H A Dldap_arginfo.h283 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, ignore, IS_STRING, 0, "\"\"")
/PHP-8.0/ext/sodium/
H A Dlibsodium_arginfo.h382 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, ignore, IS_STRING, 0, "\"\"")
396 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, ignore, IS_STRING, 0, "\"\"")
H A Dlibsodium.c2312 char *ignore = NULL; in PHP_FUNCTION() local
2320 &ignore, &ignore_len) == FAILURE) { in PHP_FUNCTION()
2327 ignore, &bin_real_len, &end) != 0 || in PHP_FUNCTION()
2378 char *ignore = NULL; in PHP_FUNCTION() local
2387 &ignore, &ignore_len) == FAILURE) { in PHP_FUNCTION()
2399 ignore, &bin_real_len, &end, (int) variant) != 0 || in PHP_FUNCTION()
/PHP-8.0/ext/imap/tests/setup/
H A Dimap_include.inc164 . "$i: this is a test message, please ignore\r\nnewline";
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt172 Lets ignore this
282 Lets ignore that
H A Dpdo_mysql_prepare_emulated.phpt164 Lets ignore this
269 Lets ignore that
/PHP-8.0/
H A Dphp.ini-development343 ; http://php.net/ignore-user-abort
529 ; http://php.net/ignore-repeated-errors
535 ; http://php.net/ignore-repeated-source
1300 ; http://php.net/pgsql.ignore-notice
1690 ; Tell the jpeg decode to ignore warnings and try to create
1693 ; http://php.net/gd.jpeg-ignore-warning
H A Dphp.ini-production343 ; http://php.net/ignore-user-abort
531 ; http://php.net/ignore-repeated-errors
537 ; http://php.net/ignore-repeated-source
1302 ; http://php.net/pgsql.ignore-notice
1692 ; Tell the jpeg decode to ignore warnings and try to create
1695 ; http://php.net/gd.jpeg-ignore-warning
H A Drun-tests.php1060 function find_files(string $dir, bool $is_ext_dir = false, bool $ignore = false): void argument
1072 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
1083 if ($ignore) {
H A DNEWS248 . Fixed bug #50293 (Several openssl functions ignore the VCWD).
861 . Fixed bug #44643 (bound parameters ignore explicit type definitions). (cmb)
1438 . Don't ignore invalid escape sequences. (sjon)
/PHP-8.0/Zend/
H A Dzend_inheritance.c1478 uint32_t i, ignore = 0; in zend_do_implement_interface() local
1492 ignore = 1; in zend_do_implement_interface()
1498 if (ignore) { in zend_do_implement_interface()
/PHP-8.0/build/
H A Dlibtool.m4747 # The compiler can only warn and ignore the option if not recognized
778 # The linker can only warn and ignore the option if not recognized
1161 # The compiler can only warn and ignore the option if not recognized
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc119 /* The generated code may contain tautological comparisons, ignore them. */

Completed in 116 milliseconds

123