Home
last modified time | relevance | path

Searched refs:ignore (Results 51 – 67 of 67) sorted by path

123

/PHP-7.4/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt13 throw new Exception('ignore me');
26 // ignore exception tested elsewhere
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt15 // We're testing sort order not errors so ignore.
/PHP-7.4/ext/standard/tests/
H A Dbug81727.phpt4 ..Host-test=ignore; __Host-test=correct; . Secure-test=ignore; . Elephpant=Awesome;
/PHP-7.4/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
H A Dfile_put_contents_variation6.phpt39 //correct php53 behaviour is to ignore the FILE_USE_INCLUDE_PATH unless the file already exists
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug26762.phpt21 /* ignore */
/PHP-7.4/ext/standard/tests/strings/
H A Dbug34214.phpt2 Bug #34214 (base64_decode() does not properly ignore whitespace)
H A Dchunk_split_variation7.phpt34 "This is to check with \\n and \\t" //to ignore \n and \t results
/PHP-7.4/
H A Dphp.ini-development332 ; http://php.net/ignore-user-abort
512 ; http://php.net/ignore-repeated-errors
518 ; http://php.net/ignore-repeated-source
1293 ; http://php.net/pgsql.ignore-notice
1698 ; Tell the jpeg decode to ignore warnings and try to create
1701 ; http://php.net/gd.jpeg-ignore-warning
H A Dphp.ini-production332 ; http://php.net/ignore-user-abort
512 ; http://php.net/ignore-repeated-errors
518 ; http://php.net/ignore-repeated-source
1293 ; http://php.net/pgsql.ignore-notice
1698 ; Tell the jpeg decode to ignore warnings and try to create
1701 ; http://php.net/gd.jpeg-ignore-warning
H A Drun-tests.php1044 function find_files($dir, $is_ext_dir = false, $ignore = false) argument
1057 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
1068 if ($ignore) {
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt2 FPM: bug76601 children should not ignore signals during concurrent reloads
H A Dtester.inc724 * @param string $ignore
726 public function displayLog(int $number = 1, string $ignore = 'systemd')
731 if (empty($ignore) || !strpos($a, $ignore)) {
760 * @param string $ignore
763 … public function getLogLines(int $number = 1, bool $skipBlank = false, string $ignore = 'systemd')
772 … if ((empty($ignore) || !strpos($line, $ignore)) && (!$skipBlank || strlen(trim($line)) > 0)) {
/PHP-7.4/sapi/phpdbg/
H A DREADME.md52 * `-n` ignore php ini
63 * `-I` ignore .phpdbginit (default init file)
/PHP-7.4/tests/basic/
H A D022.phpt7 …cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=ignore;+cookie1=ignore;cookie1;co…
23 string(6) "ignore"
25 string(6) "ignore"
/PHP-7.4/tests/
H A Dquicktester.inc23 // ignore empty lines

Completed in 57 milliseconds

123