Home
last modified time | relevance | path

Searched refs:invalid (Results 601 – 625 of 717) sorted by relevance

1...<<212223242526272829

/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt185 foreach (array_keys($invalidChars) as $invalid) {
186 $firstByte = ord($invalid[0]);
191 testInvalidString("\x1B\$B" . $invalid[0], "\x00\x00\x00%", 'ISO-2022-JP-KDDI', 'UTF-32BE');
193 testInvalidString("\x1B\$B" . $invalid, "\x00\x00\x00%", 'ISO-2022-JP-KDDI', 'UTF-32BE');
H A Dmb_stripos_invalid_offset.phpt2 mb_stripos() with invalid offsets
H A Dmb_strpos_invalid_offset.phpt2 mb_strpos() with invalid offsets
H A Dgb18030_encoding.phpt240 findInvalidChars($toUnicode, $invalid, $truncated);
247 $invalid = array_filter($invalid, 'notFourByteCode', ARRAY_FILTER_USE_KEY);
251 testAllInvalidChars($invalid, $toUnicode, 'GB18030', 'UTF-16BE', "\x00%");
306 // This was found by a fuzzer (previously the invalid codepoint would be converted to \x00)
H A Dutf7imap_encoding.phpt62 * strings naively without the concatenated strings being treated as 'invalid'
138 /* 2. The first half of a surrogate pair might be followed by an invalid 2nd part, */
180 echo "Identification fails when UTF-16 text is invalid... no sweat!\n";
252 Identification fails when UTF-16 text is invalid... no sweat!
/php-src/ext/standard/tests/array/
H A Darray_map_variation14.phpt121 …ent #1 ($callback) must be a valid callback or null, function "" not found or invalid function name
/php-src/ext/phar/tests/
H A Dmkdir.phpt36 Warning: mkdir(): phar error: cannot create directory "" in phar "foo.phar", phar error: invalid pa…
/php-src/ext/spl/tests/
H A Dspl_autoload_001.phpt103 …valid callback or null, function "unavailable_autoload_function" not found or invalid function name
/php-src/ext/bz2/tests/
H A D004.phpt2 bzread() tests with invalid files
/php-src/ext/standard/tests/file/
H A Dmkdir_variation5.phpt2 Test mkdir() function : variation: various valid and invalid paths
H A Dreadlink_realpath_basic2-win32.phpt30 /* filenames with invalid path */
H A Drealpath_basic-win32.phpt35 /* filenames with invalid path */
H A Drmdir_variation3.phpt2 Test rmdir() function : variation: various valid and invalid paths
H A Dreadfile_variation10-win32.phpt2 Test readfile() function : variation - various invalid paths
H A Dmkdir_variation5-win32.phpt2 Test mkdir() function : variation: various valid and invalid paths
H A Dtempnam_variation3-win32.phpt12 /* Passing invalid/non-existing args for $prefix */
H A Drealpath_basic-win32-mb.phpt35 /* filenames with invalid path */
/php-src/ext/date/tests/
H A DDatePeriod_set_state_exception.phpt2 DatePeriod invalid serialization data
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt27 "Testing invalid \k and \m escape char",
/php-src/ext/standard/tests/serialize/
H A Dbug25378.phpt2 Bug #25378 (unserialize() crashes with invalid data)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt64 // lets hope this is an invalid attribute code
/php-src/ext/xml/tests/
H A Dset_handler_errors.phpt2 Error conditions when setting invalid handler callables
/php-src/ext/xmlreader/tests/
H A D003-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to an attribute, with invalid arguments
H A D003-get-errors.phpt2 XMLReader: libxml2 XML Reader, Get an attribute, with invalid arguments
/php-src/
H A DUPGRADING30 passing an invalid option.

Completed in 69 milliseconds

1...<<212223242526272829