Searched refs:ignore (Results 1 – 25 of 81) sorted by relevance
1234
/PHP-5.6/ext/ldap/tests/ |
H A D | ldap_escape_ignore.phpt | 2 ldap_escape() test ignore 9 $ignore = 'ao'; 11 var_dump(ldap_escape($subject, $ignore));
|
/PHP-5.6/ext/imap/tests/ |
H A D | imap_fetchbody_variation3.phpt | 116 %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 D | imap_body_basic.phpt | 46 %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 D | imap_fetchbody_variation6.phpt | 64 %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 D | bug53377.phpt | 2 Bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding)
|
H A D | imap_append_basic.phpt | 31 . "this is a test message, please ignore\r\n" 39 . "this is another test message, please ignore it too!!\r\n"
|
H A D | imap_fetchbody_variation2.phpt | 114 %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"
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_reflection_extension.phpt | 20 $ignore = array(); 26 if (isset($ignore[$func->name])) { 27 unset($ignore[$func->name]); 32 if (!empty($ignore)) { 34 var_dump($ignore);
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_stmt_result_metadata_sqltests.phpt | 64 $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 …]
|
/PHP-5.6/tests/basic/ |
H A D | 022.phpt | 7 …cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=ignore;+cookie1=ignore;cookie1;co…
|
/PHP-5.6/ext/spl/tests/ |
H A D | spl_pq_top_error_corrupt.phpt | 13 throw new Exception('ignore me'); 26 // ignore exception tested elsewhere
|
/PHP-5.6/ext/phar/tests/bug64931/src/ |
H A D | .pharignore | 1 # ignore file
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | include.inc | 79 function fpm_display_log($tail, $n=1, $ignore='systemd') { 82 if (empty($ignore) || !strpos($a, $ignore)) {
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | bug34214.phpt | 2 Bug #34214 (base64_decode() does not properly ignore whitespace)
|
/PHP-5.6/Zend/tests/use_function/ |
H A D | ignore_constants.phpt | 2 use function should ignore namespaced constants
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug41337.phpt | 2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
|
H A D | bug41337_2.phpt | 2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
|
H A D | bug69462.phpt | 22 /* ignore any errors, we're testing for segmentation fault anyway */
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | bug26762.phpt | 22 /* ignore */
|
/PHP-5.6/tests/lang/ |
H A D | script_tag.phpt | 10 echo "oi\n"; //ignore here
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | bug43008.phpt | 2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
|
/PHP-5.6/ext/ftp/tests/ |
H A D | ftp_fget_basic1.phpt | 2 Testing ftp_fget ignore autoresume if autoseek is switched off
|
H A D | ftp_nb_fget_basic1.phpt | 2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off
|
/PHP-5.6/ext/pdo/tests/ |
H A D | bug_43139.phpt | 2 PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll())
|
/PHP-5.6/sapi/phpdbg/ |
H A D | README.md | 55 - -n ignore php ini 66 - -I ignore .phpdbginit (default init file)
|
Completed in 24 milliseconds
1234