Home
last modified time | relevance | path

Searched refs:invalid (Results 26 – 50 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/intl/tests/
H A Dgh12020.phpt8 var_dump(\MessageFormatter::formatMessage('en', 'some message with {invalid format}', []), intl_get…
11 var_dump(msgfmt_format_message('en', 'some message with {invalid format}', []), intl_get_error_mess…
16 … error (parse error at offset 19, after " message with {", before or at "invalid format}"): U_PATT…
20 … error (parse error at offset 19, after " message with {", before or at "invalid format}"): U_PATT…
H A Ddateformat_bug68893.phpt17 string(67) "datefmt_create: invalid date format style: U_ILLEGAL_ARGUMENT_ERROR"
19 string(67) "datefmt_create: invalid time format style: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-8.1/ext/mbstring/tests/
H A Dgh10192_utf7imap.phpt22 'invalid direct encoding character ESC' => "A \x1b B",
24 'invalid direct encoding character ESC after &' => "A &\x1b B",
32 'invalid base64 character between & and end of string' => 'A &ZeVnLIq',
174 invalid direct encoding character ESC
192 invalid direct encoding character ESC after &
210 invalid base64 character between & and -
228 invalid base64 character between & and non-base64 character
246 invalid base64 character between & and base64 character
264 invalid base64 character between & and end of string
282 invalid base64 character using surrogate pair between & and -
[all …]
H A Darmscii8_encoding.phpt18 findInvalidChars($toUnicode, $invalid, $truncated);
23 testAllInvalidChars($invalid, $toUnicode, 'ARMSCII-8', 'UTF-16BE', "\x00%");
27 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
28 convertAllInvalidChars($invalid, $fromUnicode, 'UTF-16BE', 'ARMSCII-8', '%');
H A Dbug79149.phpt25 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "0"
28 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "Array"
29 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "foo"
H A Dmb_internal_encoding_ini_invalid_encoding.phpt2 Test INI mbstring.internal_encoding basic - invalid encoding specified in INI
10 echo "*** Testing INI mbstring.internal_encoding: invalid encoding specified in INI ***\n";
23 *** Testing INI mbstring.internal_encoding: invalid encoding specified in INI ***
H A Deuc_tw_encoding.phpt17 findInvalidChars($toUnicode, $invalid, $truncated);
20 testAllInvalidChars($invalid, $toUnicode, 'EUC-TW', 'UTF-16BE', "\x00%");
24 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
25 convertAllInvalidChars($invalid, $fromUnicode, 'UTF-16BE', 'EUC-TW', '%');
H A Dencoding_tests.inc168 function findInvalidChars($valid, &$invalid, &$truncated, $startBytes = array()) {
169 $invalid = array();
178 $varLength = function($prefix) use($valid, $prefixes, &$invalid, &$truncated, &$varLength) {
186 $invalid[$str] = true;
195 $invalid[$prefix] = true;
201 $invalid[$str] = true;
220 $invalid[$str] = true;
232 findInvalidChars($toUnicode, $invalid, $truncated, $startBytes);
234 testAllInvalidChars($invalid, $toUnicode, $encoding, 'UTF-16BE', "\x00%");
238 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
[all …]
/PHP-8.1/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt2 Testing xpath() with invalid XML
7 // gracefully recover from parsing of invalid XML; not available in PHP
10 // we're not interested in checking concrete warnings regarding invalid XML
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt2 PDO_sqlite: Testing invalid callback for sqliteCreateAggregate()
23 …te(): Argument #2 ($step) must be a valid callback, function "a" not found or invalid function name
24 …): Argument #3 ($finalize) must be a valid callback, function "" not found or invalid function name
/PHP-8.1/ext/standard/tests/file/
H A Dfread_error.phpt9 // invalid length argument
10 echo "-- Testing fread() with invalid length arguments --\n";
28 -- Testing fread() with invalid length arguments --
H A Dfgets_error.phpt9 // invalid length argument
10 echo "-- Testing fgets() with invalid length arguments --\n";
30 -- Testing fgets() with invalid length arguments --
/PHP-8.1/ext/standard/tests/filters/
H A Dbug74267.phpt2 Bug #74267 (segfault with streams and invalid data)
23 Warning: fwrite(): Stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
25 Warning: fwrite(): Stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
/PHP-8.1/ext/standard/tests/network/
H A Dsetrawcookie_error.phpt16 setrawcookie('invalid=');
21 setrawcookie('name', 'invalid;');
26 setrawcookie('name', 'value', 100, 'invalid;');
31 setrawcookie('name', 'value', 100, 'path', 'invalid;');
H A Dgethostbyaddr_error.phpt7 echo "\n-- Testing gethostbyaddr function with invalid addresses --\n";
9 $ip_address = 'invalid';
23 -- Testing gethostbyaddr function with invalid addresses --
/PHP-8.1/ext/standard/tests/array/
H A Darray_rand_variation5.phpt2 Test array_rand() function : usage variation - invalid values for 'req_num' parameter
7 * various invalid values are passed to the 'input' and 'req_num'
11 echo "*** Testing array_rand() : with invalid values for 'req_num' ***\n";
20 // Testing array_rand() function with various invalid 'req_num' values
27 // with invalid num_req value
58 *** Testing array_rand() : with invalid values for 'req_num' ***
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_error4.phpt59 …: Argument #2 ($close) must be a valid callback, function "echo" not found or invalid function name
60 …): Argument #3 ($read) must be a valid callback, function "echo" not found or invalid function name
61 …: Argument #4 ($write) must be a valid callback, function "echo" not found or invalid function name
62 …Argument #5 ($destroy) must be a valid callback, function "echo" not found or invalid function name
63 …r(): Argument #6 ($gc) must be a valid callback, function "echo" not found or invalid function name
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
13 * have valid and invalid relative path.
16 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
44 // open the directory with invalid path
45 echo "\n-- With invalid paths --\n";
70 *** Testing dir() : checking with valid and invalid paths ***
98 -- With invalid paths --
/PHP-8.1/ext/oci8/tests/
H A Dcoll_019.phpt29 var_dump($coll1->append('a long string')); // invalid type for append
30 var_dump($coll1->assignElem(1, 'a long string')); // invalid type for assignelem()
42 var_dump($coll1->assignElem(1, null)); // invalid location for null
46 var_dump($coll1->assignElem(1, 1234)); // invalid location for number
58 var_dump($coll1->assignElem(1, 'abc')); // invalid location for string
70 var_dump($coll1->append(1)); // invalid date format
71 var_dump($coll1->assignElem(1, '01-JAN-06')); // invalid location for date
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dgh7723.phpt22 $st->bindValue(':invalid', $i);
29 SQLSTATE[HY093]: Invalid parameter number: :invalid
30 SQLSTATE[HY093]: Invalid parameter number: :invalid
/PHP-8.1/Zend/tests/
H A Dbug70895.phpt23 …t #1 ($callback) must be a valid callback or null, function "%n" not found or invalid function name
24 …1 ($callback) must be a valid callback or null, function "%n %i" not found or invalid function name
25 …st be a valid callback or null, function "%n %i aoeu %f aoeu %p" not found or invalid function name
/PHP-8.1/ext/json/tests/
H A Dbug54484.phpt11 json_decode("invalid json");
14 json_decode("\"\001 invalid json\"");
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_getConstant_error.phpt10 echo "Check invalid params:\n";
16 Check invalid params:
/PHP-8.1/ext/pcntl/tests/
H A D002.phpt55 echo "sigprocmask with invalid arguments\n";
68 echo "sigwaitinfo with invalid arguments\n";
71 echo "sigtimedwait with invalid arguments\n";
97 sigprocmask with invalid arguments
102 sigwaitinfo with invalid arguments
105 sigtimedwait with invalid arguments
/PHP-8.1/ext/iconv/tests/
H A Dbug48147.phpt10 // only invalid
12 // start invalid
14 // finish invalid

Completed in 42 milliseconds

12345678910>>...26