Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 73) sorted by path

123

/PHP-5.5/
H A DNEWS163 . Fixed bug #71039 (exec functions ignore length but look for NULL termination).
1266 . Fixed bug #66893 (imagescale ignore method argument). (Remi)
4399 . Fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long
4741 . Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded
6304 - Fixed bug #43008 (php://filter uris ignore url encoded filternames and can't
7488 - Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings). (Dmitry)
8029 - Fixed bug #39273 (imagecopyresized may ignore alpha channel) (Pierre)
8542 - Fixed bug #37348 (make PEAR install ignore open_basedir). (Ilia)
H A Dacinclude.m41517 /* However, they MUST ignore the pointer */
/PHP-5.5/Zend/
H A Dzend_compile.c3761 zend_uint i, ignore = 0; in zend_do_implement_interface() local
3771 ignore = 1; in zend_do_implement_interface()
3777 if (ignore) { in zend_do_implement_interface()
3801 zend_uint i, ignore = 0; in zend_do_implement_trait() local
3811 ignore = 1; in zend_do_implement_trait()
3815 if (!ignore) { in zend_do_implement_trait()
/PHP-5.5/build/
H A Dbuild.mk71 …(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *…
76 …(echo "Rebuild .git/info/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore
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-5.5/ext/date/lib/
H A Dparse_date.re2112 /* ignore trailing +'s */
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic1.phpt2 Testing ftp_fget ignore autoresume if autoseek is switched off
H A Dftp_nb_fget_basic1.phpt2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off
/PHP-5.5/ext/iconv/tests/
H A Dbug51250.phpt2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt5 Note 2: During the entire build process, you can ignore warnings about
/PHP-5.5/ext/imap/tests/
H A Dbug53377.phpt2 Bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding)
H A Dimap_append_basic.phpt31 . "this is a test message, please ignore\r\n"
39 . "this is another test message, please ignore it too!!\r\n"
H A Dimap_body_basic.phpt46 %unicode|string%(%d) "1: this is a test message, please ignore%a"
47 %unicode|string%(%d) "1: this is a test message, please ignore%a"
H A Dimap_fetchbody_variation2.phpt114 %unicode|string%(%d) "1: this is a test message, please ignore%a"
162 %unicode|string%(%d) "1: this is a test message, please ignore%a"
170 %unicode|string%(%d) "1: this is a test message, please ignore%a"
H A Dimap_fetchbody_variation3.phpt116 %unicode|string%(%d) "1: this is a test message, please ignore%a"
144 1: this is a test message, please ignore%a"
151 1: this is a test message, please ignore%a"
154 %unicode|string%(%d) "1: this is a test message, please ignore%a"
161 1: this is a test message, please ignore%a"
164 %unicode|string%(%d) "1: this is a test message, please ignore%a"
171 1: this is a test message, please ignore%a"
178 1: this is a test message, please ignore%a"
185 1: this is a test message, please ignore%a"
209 1: this is a test message, please ignore%a"
[all …]
H A Dimap_fetchbody_variation6.phpt64 %unicode|string%(%d) "1: this is a test message, please ignore%a"
69 %unicode|string%(%d) "1: this is a test message, please ignore%a"
H A Dimap_include.inc144 . "$i: this is a test message, please ignore\r\n";
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt89 For example, people may choose to ignore accents or ignore accents and case when searching
/PHP-5.5/ext/ldap/
H A DLDAP_Win32_HOWTO.txt4 Note 1: During the entire build process, you can ignore warnings about
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY733 2005/01/13: [bug] ignore case match bug.
737 ignore case match bug.
746 ignore case match bug.
902 search fail in ignore case mode.
1276 match in ignore case mode.)
1302 2003/12/10: [impl] use ENC_TO_LOWER() for ignore case comparison.
1767 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
1818 to ignore case opcode.
1993 for compile time ignore case check.
2022 <set ignore files by .cvsignore>
[all …]
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI71 ONIG_OPTION_FIND_NOT_EMPTY ignore empty match
H A DRE210 i: ignore case
/PHP-5.5/ext/mysql/tests/
H A Dmysql_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysql_query.phpt109 /* MySQL server may not support this - ignore errors */
H A Dmysql_reflection_extension.phpt20 $ignore = array();
26 if (isset($ignore[$func->name])) {
27 unset($ignore[$func->name]);
32 if (!empty($ignore)) {
34 var_dump($ignore);

Completed in 116 milliseconds

123