Home
last modified time | relevance | path

Searched refs:invalid (Results 51 – 75 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/standard/tests/file/
H A Dreadfile_error.phpt9 echo "\n-- Testing readfile() with invalid arguments --\n";
10 // invalid arguments
31 -- Testing readfile() with invalid arguments --
H A Dfwrite_error.phpt14 // invalid length argument
15 echo "-- Testing fwrite() with invalid length arguments --\n";
39 -- Testing fwrite() with invalid length arguments --
H A Dis_dir_variation3.phpt2 Test is_dir() function: usage variations - invalid arguments
7 /* Passing invalid arguments to is_dir() */
/PHP-8.1/ext/spl/tests/
H A DSplObjectStorage_current_empty_storage.phpt2 Check that SplObjectStorage::current() throws when iterator invalid
20 Called current() on invalid iterator
H A Dbug81992.phpt31 Index invalid or out of range
32 Index invalid or out of range
/PHP-8.1/ext/mbstring/tests/
H A Dbig5_encoding.phpt26 findInvalidChars($toUnicode, $invalid, $truncated);
28 testAllInvalidChars($invalid, $toUnicode, 'BIG5', 'UTF-16BE', "\x00%");
33 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
34 convertAllInvalidChars($invalid, $fromUnicode, 'UTF-16BE', 'BIG5', '%');
H A Dbug76704.phpt19 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
20 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
/PHP-8.1/ext/posix/tests/
H A Dposix_strerror_error.phpt9 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
18 -- Testing posix_strerror() function with invalid error number --
H A Dposix_kill_error.phpt10 echo "\n-- Testing posix_kill() function with invalid signal --\n";
25 -- Testing posix_kill() function with invalid signal --
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_hasConstant_002.phpt13 echo "Check invalid params:\n";
19 Check invalid params:
H A DReflectionClass_hasMethod_002.phpt13 echo "Check invalid params:\n";
19 Check invalid params:
H A DReflectionClass_hasProperty_002.phpt13 echo "Check invalid params:\n";
19 Check invalid params:
H A DReflectionMethod_constructor_error2.phpt31 //invalid class
39 //invalid 1st param
46 //invalid 2nd param
/PHP-8.1/ext/phar/tests/
H A Dcreate_path_error.phpt36 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte
76 9:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contain…
77 10:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
78 11:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
79 12:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
80 13:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
/PHP-8.1/ext/hash/tests/
H A Dhash_error.phpt8 echo "\n-- Testing hash() function with invalid hash algorithm --\n";
19 -- Testing hash() function with invalid hash algorithm --
/PHP-8.1/ext/standard/tests/network/
H A Dbindto.phpt2 Test invalid bindto
7 'bindto' => 'invalid',
/PHP-8.1/ext/standard/tests/strings/
H A Dstrncasecmp_error.phpt9 echo "-- Testing strncasecmp() function with invalid argument --\n";
21 -- Testing strncasecmp() function with invalid argument --
/PHP-8.1/ext/filter/tests/
H A D057.phpt2 filter_input_array() and filter_var_array() with invalid $definition arguments
7 foreach (array(null, true, false, 1, "", new stdClass) as $invalid) {
9 var_dump(filter_input_array(INPUT_POST, $invalid));
15 var_dump(filter_var_array(array(), $invalid));
/PHP-8.1/ext/date/tests/
H A Dtimezones.phpt19 Notice: date_default_timezone_set(): Timezone ID 'AAA' is invalid in %stimezones.php on line 4
22 Notice: date_default_timezone_set(): Timezone ID 'ZZZ' is invalid in %stimezones.php on line 5
H A Dtimezone_offset_get_error.phpt12 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$object argument --\n…
35 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$datetime argument --…
61 -- Testing timezone_offset_get() function with an invalid values for $object argument --
69 -- Testing timezone_offset_get() function with an invalid values for $datetime argument --
/PHP-8.1/ext/standard/tests/filters/
H A Dfilter_errors_convert_base64_decode.phpt13 Warning: stream_filter_append(): Stream filter (convert.base64-decode): invalid byte sequence in %s
18 Warning: stream_get_contents(): Stream filter (convert.base64-decode): invalid byte sequence in %s
/PHP-8.1/ext/iconv/tests/
H A Dbug76249.phpt2 Bug #76249 (stream filter convert.iconv leads to infinite loop on invalid sequence)
17 Warning: stream_get_contents(): iconv stream filter ("ucs-2"=>"utf%A8//IGNORE"): invalid multibyte …
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug73679.phpt2 Bug #73679 DOTNET read access violation using invalid codepage
19 Fatal error: Uncaught com_exception: Could not create .Net object - invalid codepage! in %sbug73679…
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format_error5.phpt2 MessageFormatter::format() invalid date/time argument
19 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…

Completed in 21 milliseconds

12345678910>>...26