Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 75) sorted by last modified time

123

/PHP-7.0/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-7.0/
H A Dserver-tests.php835 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE) argument
846 $this->findFilesInDir("$dir/$name", FALSE, $ignore || $skip_ext);
857 if ($ignore) {
H A Drun-tests.php915 function find_files($dir, $is_ext_dir = false, $ignore = false) argument
928 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
939 if ($ignore) {
H A Dphp.ini-development319 ; http://php.net/ignore-user-abort
492 ; http://php.net/ignore-repeated-errors
498 ; http://php.net/ignore-repeated-source
1291 ; http://php.net/pgsql.ignore-notice
1685 ; Tell the jpeg decode to ignore warnings and try to create
1688 ; http://php.net/gd.jpeg-ignore-warning
H A Dphp.ini-production319 ; http://php.net/ignore-user-abort
492 ; http://php.net/ignore-repeated-errors
498 ; http://php.net/ignore-repeated-source
1291 ; http://php.net/pgsql.ignore-notice
1685 ; Tell the jpeg decode to ignore warnings and try to create
1688 ; http://php.net/gd.jpeg-ignore-warning
/PHP-7.0/sapi/phpdbg/
H A DREADME.md55 - -n ignore php ini
66 - -I ignore .phpdbginit (default init file)
/PHP-7.0/sapi/fpm/tests/
H A Dinclude.inc97 function fpm_display_log($tail, $n=1, $ignore='systemd') { /* {{{ */
101 if (empty($ignore) || !strpos($a, $ignore)) {
/PHP-7.0/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-7.0/ext/standard/tests/serialize/
H A Dbug26762.phpt22 /* ignore */
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";
/PHP-7.0/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt40 //correct php53 behaviour is to ignore the FILE_USE_INCLUDE_PATH unless the file already exists
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
/PHP-7.0/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt15 // We're testing sort order not errors so ignore.
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug41337.phpt2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
H A Dbug41337_2.phpt2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
/PHP-7.0/ext/pspell/
H A Dpspell.c150 ZEND_ARG_INFO(0, ignore)
802 zend_long conf, ignore = 0L; in PHP_FUNCTION() local
805 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &ignore) == FAILURE) { in PHP_FUNCTION()
811 snprintf(ignore_str, sizeof(ignore_str), "%ld", ignore); in PHP_FUNCTION()
/PHP-7.0/ext/phar/tests/
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
/PHP-7.0/ext/phar/
H A DTODO62 X Make Phar::loadPhar() and Phar::mapPhar() ignore extracted archives
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt162 Lets ignore this
267 Lets ignore that
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___construct_options.phpt83 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
169 [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-7.0/ext/pdo_dblib/tests/
H A Dconfig.inc7 if ($dsn_parts[0] == 'dblib') { // uri is an option, which we'll ignore
/PHP-7.0/ext/pdo/tests/
H A Dbug_43139.phpt2 PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll())

Completed in 57 milliseconds

123