Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc144 . "$i: this is a test message, please ignore\r\n";
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt36 // TODO: should give a warning, but its PDO, let's ignore the missing warning for now
H A Dpdo_mysql_prepare_native.phpt170 Lets ignore this
280 Lets ignore that
H A Dpdo_mysql_prepare_emulated.phpt162 Lets ignore this
267 Lets ignore that
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt59 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_get_result_types.phpt26 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_result.phpt71 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_param.phpt45 we did not unify the error messages but ignore this slight difference silently
/PHP-7.4/ext/sodium/
H A Dlibsodium.c2718 char *ignore = NULL; in PHP_FUNCTION() local
2726 &ignore, &ignore_len) == FAILURE) { in PHP_FUNCTION()
2733 ignore, &bin_real_len, &end) != 0 || in PHP_FUNCTION()
2785 char *ignore = NULL; in PHP_FUNCTION() local
2794 &ignore, &ignore_len) == FAILURE) { in PHP_FUNCTION()
2807 ignore, &bin_real_len, &end, (int) variant) != 0 || in PHP_FUNCTION()
/PHP-7.4/
H A Drun-tests.php1044 function find_files($dir, $is_ext_dir = false, $ignore = false) argument
1057 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
1068 if ($ignore) {
H A Dphp.ini-development332 ; http://php.net/ignore-user-abort
512 ; http://php.net/ignore-repeated-errors
518 ; http://php.net/ignore-repeated-source
1293 ; http://php.net/pgsql.ignore-notice
1698 ; Tell the jpeg decode to ignore warnings and try to create
1701 ; http://php.net/gd.jpeg-ignore-warning
H A Dphp.ini-production332 ; http://php.net/ignore-user-abort
512 ; http://php.net/ignore-repeated-errors
518 ; http://php.net/ignore-repeated-source
1293 ; http://php.net/pgsql.ignore-notice
1698 ; Tell the jpeg decode to ignore warnings and try to create
1701 ; http://php.net/gd.jpeg-ignore-warning
H A DNEWS309 . Fixed bug #44643 (bound parameters ignore explicit type definitions). (cmb)
887 . Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)
2113 . Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
/PHP-7.4/Zend/
H A Dzend_inheritance.c1406 uint32_t i, ignore = 0; in zend_do_implement_interface() local
1420 ignore = 1; in zend_do_implement_interface()
1426 if (ignore) { in zend_do_implement_interface()
/PHP-7.4/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
1160 # The compiler can only warn and ignore the option if not recognized
/PHP-7.4/ext/ldap/
H A Dldap.c4760 ZEND_ARG_INFO(0, ignore)

Completed in 103 milliseconds

123