Home
last modified time | relevance | path

Searched refs:ignore (Results 26 – 50 of 75) sorted by relevance

123

/PHP-7.1/ext/iconv/tests/
H A Dbug51250.phpt2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
/PHP-7.1/ext/phar/tests/
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
/PHP-7.1/ext/imap/
H A DIMAP_Win32_HOWTO.txt5 Note 2: During the entire build process, you can ignore warnings about
/PHP-7.1/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt40 //correct php53 behaviour is to ignore the FILE_USE_INCLUDE_PATH unless the file already exists
/PHP-7.1/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-7.1/ext/pdo/tests/
H A Dbug_52098.phpt2 PDO Common: Bug #52098 Own PDOStatement implementation ignore __call()
/PHP-7.1/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt15 // We're testing sort order not errors so ignore.
/PHP-7.1/ext/ldap/
H A DLDAP_Win32_HOWTO.txt4 Note 1: During the entire build process, you can ignore warnings about
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc605 * @param string $ignore
607 public function displayLog(int $number = 1, string $ignore = 'systemd')
612 if (empty($ignore) || !strpos($a, $ignore)) {
641 * @param string $ignore
644 … public function getLogLines(int $number = 1, bool $skipBlank = false, string $ignore = 'systemd')
653 … if ((empty($ignore) || !strpos($line, $ignore)) && (!$skipBlank || strlen(trim($line)) > 0)) {
/PHP-7.1/ext/pspell/
H A Dpspell.c150 ZEND_ARG_INFO(0, ignore)
802 zend_long conf, ignore = 0L; in PHP_FUNCTION() local
805 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &ignore) == FAILURE) { in PHP_FUNCTION()
811 snprintf(ignore_str, sizeof(ignore_str), ZEND_LONG_FMT, ignore); in PHP_FUNCTION()
/PHP-7.1/ext/oci8/tests/
H A Ddetails.inc61 if (!in_array($m['code'], array( // ignore expected errors
H A Dconn_attr.inc35 if (!in_array($m['code'], array( // ignore expected errors
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt34 "This is to check with \\n and \\t" //to ignore \n and \t results
/PHP-7.1/ext/mysqli/tests/
H A D003.phpt29 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_info.phpt67 /* ignore this error */
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
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_affected_rows_oo.phpt37 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_bind_result_bit.phpt48 // don't bail - column type might not be supported by the server, ignore this
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt83 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
169 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
H A Dpdo_mysql_exec.phpt103 // ignore it, we might not have sufficient permissions
140 // ignore it, we might not have sufficient permissions
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY757 2005/01/13: [bug] ignore case match bug.
761 ignore case match bug.
770 ignore case match bug.
926 search fail in ignore case mode.
1300 match in ignore case mode.)
1326 2003/12/10: [impl] use ENC_TO_LOWER() for ignore case comparison.
1791 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
1842 to ignore case opcode.
2017 for compile time ignore case check.
2046 <set ignore files by .cvsignore>
[all …]
/PHP-7.1/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";

Completed in 44 milliseconds

123