Home
last modified time | relevance | path

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

123

/PHP-5.5/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-5.5/tests/lang/
H A Dscript_tag.phpt10 echo "oi\n"; //ignore here
/PHP-5.5/
H A Dserver-tests.php836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE) argument
847 $this->findFilesInDir("$dir/$name", FALSE, $ignore || $skip_ext);
858 if ($ignore) {
H A Drun-tests.php875 function find_files($dir, $is_ext_dir = false, $ignore = false) argument
888 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
899 if ($ignore) {
H A Dphp.ini-development323 ; http://php.net/ignore-user-abort
496 ; http://php.net/ignore-repeated-errors
502 ; http://php.net/ignore-repeated-source
1299 ; http://php.net/pgsql.ignore-notice
1753 ; Tell the jpeg decode to ignore warnings and try to create
1756 ; http://php.net/gd.jpeg-ignore-warning
H A Dphp.ini-production323 ; http://php.net/ignore-user-abort
496 ; http://php.net/ignore-repeated-errors
502 ; http://php.net/ignore-repeated-source
1299 ; http://php.net/pgsql.ignore-notice
1753 ; Tell the jpeg decode to ignore warnings and try to create
1756 ; http://php.net/gd.jpeg-ignore-warning
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2075 /* In lingering-close mode we just read and ignore bytes. An error
/PHP-5.5/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-5.5/ext/standard/tests/serialize/
H A Dbug26762.phpt22 /* ignore */
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt15 // We're testing sort order not errors so ignore.
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug41337_2.phpt2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
H A Dbug41337.phpt2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
/PHP-5.5/ext/pspell/
H A Dpspell.c150 ZEND_ARG_INFO(0, ignore)
804 long conf, ignore = 0L; in PHP_FUNCTION() local
807 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &conf, &ignore) == FAILURE) { in PHP_FUNCTION()
813 snprintf(ignore_str, sizeof(ignore_str), "%ld", ignore); in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
/PHP-5.5/ext/phar/
H A DTODO62 X Make Phar::loadPhar() and Phar::mapPhar() ignore extracted archives
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt162 Lets ignore this
267 Lets ignore that
H A Dpdo_mysql_prepare_native.phpt170 Lets ignore this
280 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___construct_options.phpt80 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
166 [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-5.5/ext/pdo/tests/
H A Dbug_43139.phpt2 PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll())
/PHP-5.5/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

Completed in 88 milliseconds

123