Home
last modified time | relevance | path

Searched refs:invalid (Results 576 – 600 of 717) sorted by relevance

1...<<212223242526272829

/php-src/ext/mbstring/tests/
H A Dutf8_mobile_encodings.phpt73 function readUTF8ConversionTable($path, &$from, &$to, &$invalid) {
76 $invalid = array();
87 $invalid[$codepoint] = true;
H A Dutf_encodings.phpt749 foreach ($invalid as $bad => $expected) {
762 $invalid = array(
814 testInvalidCodepoints($invalid, 'UTF-8');
840 $invalid = array(
854 testInvalidCodepoints($invalid, 'UTF-16');
855 testInvalidCodepoints($invalid, 'UTF-16BE');
863 $invalid = array(
877 testInvalidCodepoints($invalid, 'UTF-16LE');
919 $invalid = array(
932 testInvalidCodepoints($invalid, 'UTF-32');
[all …]
H A Diso2022kr_encoding.phpt82 /* Test invalid and truncated ESC sequences */
117 // Regression test: Don't shift from KS X 1001 to ASCII mode on invalid escape sequence
/php-src/ext/phar/tests/
H A D016.phpt2 Phar::mapPhar invalid file (gzipped file length is too short)
H A Daddfuncs.phpt47 Entry phar://%saddfuncs.phar.php/a does not exist and cannot be created: phar error: invalid path "…
/php-src/ext/spl/tests/
H A Drecursivedualiterator.inc63 * state and equal current and key values or both are invalid.
/php-src/ext/date/tests/
H A Dgmdate_variation12.phpt2 Test gmdate() function : usage variation - Valid and invalid range of timestamp 32 bits.
H A Dbug78139.phpt2 Bug #78139 (timezone_open accepts invalid timezone string argument)
H A Dbug53437_var0.phpt17 $dpu = unserialize($ser); // $dpu has invalid values???
/php-src/sapi/cli/tests/
H A Dbug78323.phpt2 Bug #78323 Test exit code and error message for invalid parameters
H A D012-2.phpt2 more invalid arguments and error messages
/php-src/ext/sockets/tests/
H A Dsocket_shutdown-win32.phpt63 Warning: socket_shutdown(): Unable to shutdown socket [%d]: An invalid argument was supplied in %s …
H A Dbug76839.phpt2 Bug #76839: socket_recvfrom may return an invalid 'from' address on MacOS
/php-src/ext/mysqli/tests/
H A Dbug36949.phpt2 Bug #36949 (invalid internal mysqli objects dtor)
H A Dmysqli_set_charset.phpt41 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
82 $link->set_charset('invalid');
/php-src/ext/xmlreader/tests/
H A D015-get-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
/php-src/ext/standard/tests/file/
H A Dreadfile_variation10.phpt2 Test readfile() function : variation - various invalid paths
H A Dreadlink_realpath_basic2.phpt30 /* filenames with invalid path */
H A Drealpath_basic3.phpt26 /* filenames with invalid path */
/php-src/ext/standard/tests/array/
H A Darray_map_variation17.phpt118 …ent #1 ($callback) must be a valid callback or null, function "" not found or invalid function name
121 …ent #1 ($callback) must be a valid callback or null, function "" not found or invalid function name
/php-src/ext/mbstring/
H A Dconfig.m426 AC_CACHE_CHECK([if oniguruma has an invalid entry for KOI8 encoding],
43 [Define to 1 if oniguruma has an invalid entry for KOI8 encoding.])])
/php-src/ext/zlib/tests/
H A D005.phpt2 gzcompress()/gzuncompress() and invalid params
H A D006.phpt2 gzdeflate()/gzinflate() and invalid params
/php-src/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt26 …asl_bind($link, null, "ThisIsNotCorrect$sasl_passwd", 'DIGEST-MD5', "realm", "invalid$sasl_user"));
/php-src/ext/standard/tests/http/
H A Dbug47021.phpt44 . "Content-Type\r\n" // Deliberately invalid header

Completed in 48 milliseconds

1...<<212223242526272829