Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/oci8/tests/
H A Dcoll_019.phpt25 var_dump($coll1->append('a long string')); // invalid type for append
26 var_dump($coll1->assignElem(1, 'a long string')); // invalid type for assignelem()
38 var_dump($coll1->assignElem(1, null)); // invalid location for null
42 var_dump($coll1->assignElem(1, 1234)); // invalid location for number
54 var_dump($coll1->assignElem(1, 'abc')); // invalid location for string
66 var_dump($coll1->append(1)); // invalid date format
67 var_dump($coll1->assignElem(1, '01-JAN-06')); // invalid location for date
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
13 Exception: Offset invalid or out of range
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
13 Exception: Offset invalid or out of range
H A Dfixedarray_001.phpt49 Exception: Index invalid or out of range
50 Exception: Index invalid or out of range
51 Exception: Index invalid or out of range
H A Dspl_iterator_getcallchildren.phpt20 print "invalid argument exception\n";
37 invalid argument exception
/PHP-7.4/ext/standard/tests/file/
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
17 /* test is_writable() & is_writeable() with invalid arguments */
21 echo "\n*** Testing is_writable() with invalid filenames ***\n";
44 *** Testing is_writable() with invalid filenames ***
H A Dfgets_error.phpt20 // invalid length argument
21 echo "-- Testing fgets() with invalid length arguments --\n";
30 // test invalid arguments : non-resources
31 echo "-- Testing fgets() with invalid arguments --\n";
40 /* loop to test fgets() with different invalid type of args */
68 -- Testing fgets() with invalid length arguments --
76 -- Testing fgets() with invalid arguments --
H A Dfgetss_error.phpt22 // invalid length argument
23 echo "-- Testing fgetss() with invalid length arguments --\n";
32 // test invalid arguments : non-resources
33 echo "-- Testing fgetss() with invalid arguments --\n";
42 /* loop to test fgetss() with different invalid type of args */
69 -- Testing fgetss() with invalid length arguments --
77 -- Testing fgetss() with invalid arguments --
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller31.phpt2 Phar front controller with invalid callback for rewrites
15 phar error: invalid rewrite callback
H A Dcreate_path_error.phpt36 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte
77 9:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contain…
78 10:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
79 11:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
80 12:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
81 13:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
/PHP-7.4/ext/intl/tests/
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-7.4/ext/json/tests/
H A Dbug54484.phpt13 json_decode("invalid json");
16 json_decode("\"\001 invalid json\"");
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
19 * have valid and invalid relative path.
22 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
50 // open the directory with invalid path
51 echo "\n-- With invalid paths --\n";
76 *** Testing dir() : checking with valid and invalid paths ***
104 -- With invalid paths --
/PHP-7.4/ext/pcntl/tests/
H A D002.phpt52 echo "sigprocmask with invalid arguments\n";
65 echo "sigwaitinfo with invalid arguments\n";
68 echo "sigtimedwait with invalid arguments\n";
94 sigprocmask with invalid arguments
99 sigwaitinfo with invalid arguments
102 sigtimedwait with invalid arguments
/PHP-7.4/ext/sockets/tests/
H A Dsocket_addrinfo_lookup.phpt13 'invalid' => null,
18 Notice: socket_addrinfo_lookup(): Unknown hint invalid in %ssocket_addrinfo_lookup.php on line %d
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller31.phpt2 Phar front controller with invalid callback for rewrites [cache_list]
16 phar error: invalid rewrite callback
/PHP-7.4/ext/calendar/tests/
H A Dcal_days_in_month_error1.phpt13 Warning: cal_days_in_month(): invalid calendar ID -1 in %s on line %d
16 Warning: cal_days_in_month(): invalid date in %s on line %d
/PHP-7.4/ext/standard/tests/network/
H A Dbindto.phpt2 Test invalid bindto
7 'bindto' => 'invalid',
/PHP-7.4/ext/sysvshm/tests/
H A D001.phpt35 Warning: ftok(): Pathname is invalid in %s on line %d
38 Warning: ftok(): Project identifier is invalid in %s on line %d
41 Warning: ftok(): Project identifier is invalid in %s on line %d
/PHP-7.4/ext/iconv/tests/
H A Dbug48147.phpt10 // only invalid
12 // start invalid
14 // finish invalid
/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt24 echo "\n-- Testing hash_pbkdf2() function with invalid hash algorithm --\n";
30 echo "\n-- Testing hash_pbkdf2() function with invalid iterations --\n";
34 echo "\n-- Testing hash_pbkdf2() function with invalid length --\n";
61 -- Testing hash_pbkdf2() function with invalid hash algorithm --
71 -- Testing hash_pbkdf2() function with invalid iterations --
79 -- Testing hash_pbkdf2() function with invalid length --
/PHP-7.4/ext/date/tests/
H A DDatePeriod_wrong_recurrence_on_constructor.phpt18 DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0
19 DatePeriod::__construct(): The recurrence count '-1' is invalid. Needs to be > 0
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
/PHP-7.4/ext/mysqli/tests/
H A Dbug38003.phpt2 … (in classes inherited from MySQLi it's possible to call private constructors from invalid context)
20 Fatal error: Uncaught Error: Call to private DB::__construct() from invalid context in %s
/PHP-7.4/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

Completed in 60 milliseconds

12345678910>>...26