Home
last modified time | relevance | path

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

123

/PHP-7.1/Zend/
H A Dzend_inheritance.c1019 uint32_t i, ignore = 0; in zend_do_implement_interface() local
1032 ignore = 1; in zend_do_implement_interface()
1038 if (ignore) { in zend_do_implement_interface()
1073 uint32_t i, ignore = 0; in zend_do_implement_trait() local
1083 ignore = 1; in zend_do_implement_trait()
1087 if (!ignore) { in zend_do_implement_trait()
/PHP-7.1/ext/imap/tests/
H A Dimap_include.inc144 . "$i: this is a test message, please ignore\r\n";
/PHP-7.1/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.phpt28 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_result.phpt73 // 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.1/
H A Dserver-tests.php823 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE) argument
834 $this->findFilesInDir("$dir/$name", FALSE, $ignore || $skip_ext);
845 if ($ignore) {
H A Drun-tests.php885 function find_files($dir, $is_ext_dir = false, $ignore = false) argument
898 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
909 if ($ignore) {
H A Dphp.ini-development334 ; http://php.net/ignore-user-abort
507 ; http://php.net/ignore-repeated-errors
513 ; http://php.net/ignore-repeated-source
1324 ; http://php.net/pgsql.ignore-notice
1718 ; Tell the jpeg decode to ignore warnings and try to create
1721 ; http://php.net/gd.jpeg-ignore-warning
H A Dphp.ini-production334 ; http://php.net/ignore-user-abort
507 ; http://php.net/ignore-repeated-errors
513 ; http://php.net/ignore-repeated-source
1324 ; http://php.net/pgsql.ignore-notice
1718 ; Tell the jpeg decode to ignore warnings and try to create
1721 ; http://php.net/gd.jpeg-ignore-warning
H A DNEWS252 . Fixed bug #60494 (iconv_mime_decode does ignore special characters). (cmb)
1677 . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user).
1683 . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
2057 . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
2545 . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user).
2995 . Fixed bug #52098 (Own PDOStatement implementation ignore __call()).
3215 . Fixed bug #71039 (exec functions ignore length but look for NULL
3343 . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
H A Dacinclude.m41521 /* However, they MUST ignore the pointer */
/PHP-7.1/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.1/ext/phar/
H A DTODO62 X Make Phar::loadPhar() and Phar::mapPhar() ignore extracted archives
/PHP-7.1/ext/intl/doc/
H A DTutorial.txt89 For example, people may choose to ignore accents or ignore accents and case when searching
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DRE210 i: ignore case
H A DAPI71 ONIG_OPTION_FIND_NOT_EMPTY ignore empty match
/PHP-7.1/ext/ldap/
H A Dldap.c3426 ZEND_ARG_INFO(0, ignore)
/PHP-7.1/ext/date/lib/
H A Dparse_date.re2169 /* ignore trailing +'s */
/PHP-7.1/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
1164 # The compiler can only warn and ignore the option if not recognized
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt5732 tern, which could be used with a UTF-8 string (ignore white space and
6889 could be written like this (ignore white space and line breaks):
7123 ignore all non-word characters, which can be done like this:
7934 (?x) extended (ignore white space)
9950 PCRE_EXTENDED ignore white spaces /x
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog1810 of course, ignore a request for colour when reporting lines that do not
2773 1. Applied a patch from Craig: "This patch makes it possible to 'ignore'

Completed in 138 milliseconds

123