Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 67) sorted by last modified time

123

/PHP-7.4/
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,
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
/PHP-7.4/ext/standard/tests/
H A Dbug81727.phpt4 ..Host-test=ignore; __Host-test=correct; . Secure-test=ignore; . Elephpant=Awesome;
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc724 * @param string $ignore
726 public function displayLog(int $number = 1, string $ignore = 'systemd')
731 if (empty($ignore) || !strpos($a, $ignore)) {
760 * @param string $ignore
763 … public function getLogLines(int $number = 1, bool $skipBlank = false, string $ignore = 'systemd')
772 … if ((empty($ignore) || !strpos($line, $ignore)) && (!$skipBlank || strlen(trim($line)) > 0)) {
/PHP-7.4/azure/
H A Dcommunity_job.yml79 php /usr/bin/composer install --no-progress --ignore-platform-reqs
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug44643.phpt2 Bug #44643 (bound parameters ignore explicit type definitions)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt64 $meta['fetch_field']->charsetnr = 'ignore';
65 $meta['fetch_field']->flags = 'ignore';
68 $meta['fetch_field_direct0']->charsetnr = 'ignore';
69 $meta['fetch_field_direct0']->flags = 'ignore';
72 $meta['fetch_field_direct1']->charsetnr = 'ignore';
73 $meta['fetch_field_direct1']->flags = 'ignore';
133 $meta_res['fetch_field']->charsetnr = 'ignore';
134 $meta_res['fetch_field']->flags = 'ignore';
138 $meta_res['fetch_field_direct0']->flags = 'ignore';
204 $field0->charsetnr = 'ignore';
[all …]
H A Dmysqli_stmt_send_long_data.phpt59 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
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_fetch_geom.phpt26 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_get_result_geom.phpt29 // 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
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_result_bit.phpt48 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_info.phpt65 /* ignore this error */
H A Dmysqli_affected_rows_oo.phpt37 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A D003.phpt29 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
/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/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/tests/basic/
H A D022.phpt7 …cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=ignore;+cookie1=ignore;cookie1;co…
23 string(6) "ignore"
25 string(6) "ignore"

Completed in 67 milliseconds

123