Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/ldap/
H A DLDAP_Win32_HOWTO.txt4 Note 1: During the entire build process, you can ignore warnings about
/PHP-5.3/ext/pspell/
H A Dpspell.c150 ZEND_ARG_INFO(0, ignore)
814 long conf, ignore = 0L; in PHP_FUNCTION() local
817 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &conf, &ignore) == FAILURE) { in PHP_FUNCTION()
823 snprintf(ignore_str, sizeof(ignore_str), "%ld", ignore); in PHP_FUNCTION()
/PHP-5.3/ext/oci8/tests/
H A Ddetails.inc61 if (!in_array($m['code'], array( // ignore expected errors
H A Dconn_attr.inc37 if (!in_array($m['code'], array( // ignore expected errors
/PHP-5.3/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.phpt66 /* 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
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
/PHP-5.3/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-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt79 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
165 [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-5.3/ext/mbstring/oniguruma/
H A DHISTORY528 2005/01/13: [bug] ignore case match bug.
532 ignore case match bug.
541 ignore case match bug.
697 search fail in ignore case mode.
1056 2003/12/24: [spec] ignore case option is effective to numbered char.
1071 match in ignore case mode.)
1097 2003/12/10: [impl] use ENC_TO_LOWER() for ignore case comparison.
1562 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
1569 2003/02/07: [impl] check first byte of string in ignore-case mode.
1613 to ignore case opcode.
[all …]
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI71 ONIG_OPTION_FIND_NOT_EMPTY ignore empty match
160 ONIGENC_AMBIGUOUS_MATCH_ASCII_CASE: ignore case for ASCII
161 ONIGENC_AMBIGUOUS_MATCH_NONASCII_CASE: ignore case for non-ASCII
/PHP-5.3/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt103 /* MySQL server may not support this - ignore errors */
H A Dmysql_query.phpt109 /* MySQL server may not support this - ignore errors */
H A Dmysql_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
/PHP-5.3/ext/imap/tests/
H A Dimap_include.inc144 . "$i: this is a test message, please ignore\r\n";
/PHP-5.3/
H A Dserver-tests.php836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE) argument
847 $this->findFilesInDir("$dir/$name", FALSE, $ignore || $skip_ext);
858 if ($ignore) {

Completed in 64 milliseconds

123