Home
last modified time | relevance | path

Searched refs:ignore (Results 26 – 50 of 71) sorted by relevance

123

/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt33 //correct php53 behaviour is to ignore the FILE_USE_INCLUDE_PATH unless the file already exists
/PHP-8.0/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt9 // We're testing sort order not errors so ignore.
/PHP-8.0/ext/phar/tests/
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
/PHP-8.0/ext/iconv/tests/
H A Dbug51250.phpt2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
/PHP-8.0/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt52 string(%d) "1: this is a test message, please ignore
/PHP-8.0/ext/pdo/tests/
H A Dbug_52098.phpt2 PDO Common: Bug #52098 Own PDOStatement implementation ignore __call()
/PHP-8.0/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-8.0/ext/sodium/
H A Dlibsodium.stub.php179 function sodium_hex2bin(string $string, string $ignore = ""): string {} argument
184 function sodium_base642bin(string $string, int $id, string $ignore = ""): string {} argument
/PHP-8.0/ext/pspell/
H A Dpspell.c633 zend_long conf, ignore = 0L; in PHP_FUNCTION() local
636 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &ignore) == FAILURE) { in PHP_FUNCTION()
642 snprintf(ignore_str, sizeof(ignore_str), ZEND_LONG_FMT, ignore); in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt28 "This is to check with \\n and \\t" //to ignore \n and \t results
/PHP-8.0/ext/mysqli/tests/
H A D003.phpt29 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
H A Dmysqli_info.phpt58 /* ignore this error */
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt43 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data.phpt46 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt43 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_fetch_geom.phpt25 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_get_result_geom.phpt28 // don't bail - column type might not be supported by the server, ignore this
/PHP-8.0/ext/oci8/tests/
H A Ddetails.inc61 if (!in_array($m['code'], array( // ignore expected errors
/PHP-8.0/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt2 FPM: bug76601 children should not ignore signals during concurrent reloads
/PHP-8.0/.github/workflows/
H A Dnightly.yml319 php /usr/bin/composer install --no-progress --ignore-platform-reqs
333 php /usr/bin/composer install --no-progress --ignore-platform-reqs
356 php /usr/bin/composer install --no-progress --ignore-platform-reqs
364 …/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-platform-reqs
376 php /usr/bin/composer install --no-progress --ignore-platform-reqs
H A Dpush.yml4 paths-ignore:
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt82 … printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
170 [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-8.0/
H A D.gitignore2 # untracked to ignore by Git. For other development environment specific files,
283 # Special cases to invert previous ignore patterns
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";

Completed in 47 milliseconds

123