Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/PHP-7.3/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt82 Notice: date_default_timezone_set(): Timezone ID '0' is invalid in %s on line %d
87 Notice: date_default_timezone_set(): Timezone ID '1' is invalid in %s on line %d
127 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
132 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
137 Notice: date_default_timezone_set(): Timezone ID '1' is invalid in %s on line %d
142 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
152 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
157 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
162 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
183 xyz' is invalid in %s on line %d
[all …]
/PHP-7.3/ext/phar/tests/zip/
H A Dbadalias.phpt2 Phar: invalid aliases
20 phar error: invalid alias "hi/there" in zip-based phar "%sbadalias1.phar.zip"
21 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias2.phar.zip"
22 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias3.phar.zip"
23 phar error: invalid alias "hi;there" in zip-based phar "%sbadalias4.phar.zip"
24 phar error: invalid alias "hi:there" in zip-based phar "%sbadalias5.phar.zip"
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_error.phpt29 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
31 $invalid_locales = array("en_US.invalid", "en_AU.invalid", "ko_KR.invalid");
34 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n";
36 var_dump( setlocale(LC_ALL,"en_US.invalid", "en_AU.invalid", "ko_KR.invalid") );
55 -- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
58 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
H A Dsetlocale_variation1.phpt21 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
72 …giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invali…
75 …$new_locale = setlocale(LC_ALL, "en_US.invalid", "en_US.utf8", "Ko_KR.utf8", "KO_KR.invalid", "zh_…
97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
98 …giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invali…
/PHP-7.3/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) {
8 var_dump(filter_input_array(INPUT_POST, $invalid));
9 var_dump(filter_var_array(array(), $invalid));
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt2 Test token_get_all() function : usage variations - invalid token values
13 * Testing token_get_all() with 'source' string containing invalid/unknown token value
17 echo "*** Testing token_get_all() : with invalid/unknown tokens ***\n";
19 // with valid php tags and invalid tokens
29 // with invalid open tag for testing entire source to be unknown token
35 // with invalid PHP tags and invalid tokens
36 echo "-- with invalid PHP tags and tokens --\n";
43 *** Testing token_get_all() : with invalid/unknown tokens ***
270 -- with invalid PHP tags and tokens --
/PHP-7.3/ext/intl/tests/
H A Dbug53512.phpt21 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
23 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
25 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
27 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt76 Warning: IntlCalendar::getLeastMaximum(): intlcal_get_least_maximum: invalid field in %s on line %d
79 Warning: IntlCalendar::getMaximum(): intlcal_get_maximum: invalid field in %s on line %d
82 Warning: IntlCalendar::getGreatestMinimum(): intlcal_get_greatest_minimum: invalid field in %s on l…
85 Warning: IntlCalendar::getMinimum(): intlcal_get_minimum: invalid field in %s on line %d
88 Warning: intlcal_get_least_maximum(): intlcal_get_least_maximum: invalid field in %s on line %d
91 Warning: intlcal_get_maximum(): intlcal_get_maximum: invalid field in %s on line %d
94 Warning: intlcal_get_greatest_minimum(): intlcal_get_greatest_minimum: invalid field in %s on line …
97 Warning: intlcal_get_minimum(): intlcal_get_minimum: invalid field in %s on line %d
/PHP-7.3/ext/ftp/tests/
H A Dftp_ssl_connect_error.phpt13 var_dump(ftp_ssl_connect('totes.invalid'));
15 echo "\n-- Testing ftp_ssl_connect() function invalid argument type --\n";
17 ftp_ssl_connect('totes.invalid', []);
18 ftp_ssl_connect('totes.invalid', 21, []);
21 ftp_ssl_connect('totes.invalid', 21, 1, []);
24 ftp_ssl_connect('totes.invalid', 21, 0);
35 -- Testing ftp_ssl_connect() function invalid argument type --
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgetrusage_error.phpt23 echo "\n-- Testing getrusage() function with invalid argument - non-numeric STRING--\n";
27 echo "\n-- Testing getrusage() function with invalid argument - ARRAY--\n";
31 echo "\n-- Testing getrusage() function with invalid argument - OBJECT --\n";
41 echo "\n-- Testing getrusage() function with invalid argument - RESOURCE --\n";
55 -- Testing getrusage() function with invalid argument - non-numeric STRING--
59 -- Testing getrusage() function with invalid argument - ARRAY--
63 -- Testing getrusage() function with invalid argument - OBJECT --
67 -- Testing getrusage() function with invalid argument - RESOURCE --
/PHP-7.3/ext/phar/tests/tar/
H A Dbadalias.phpt2 Phar: invalid aliases
20 phar error: invalid alias "hi/thereaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." in tar-based phar…
21 phar error: invalid alias "hi\there" in tar-based phar "%sbadalias2.phar.tar"
22 phar error: invalid alias "hi;there" in tar-based phar "%sbadalias3.phar.tar"
23 phar error: invalid alias "hi:there" in tar-based phar "%sbadalias4.phar.tar"
/PHP-7.3/ext/session/tests/
H A D016.phpt2 invalid session.save_path should not cause a segfault
10 session.save_path="123;:/really\\completely:::/invalid;;,23123;213"
25 Warning: session_start(): Failed to create session data file path. Too short session ID, invalid sa…
27 …): Failed to read session data: files (path: 123;:/really%scompletely:::/invalid;;,23123;213) in %…
/PHP-7.3/ext/dom/tests/
H A Ddom_create_element.phpt17 print " 2 DOMDocument::createElement('-invalid')\n";
20 $dom->createElement('-invalid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
125 print "14 DOMElement::__construct('-invalid')\n";
127 $element = new DomElement('-invalid');
183 $element = new DomElement('prefix:invalid', '', '');
327 2 DOMDocument::createElement('-invalid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
351 14 DOMElement::__construct('-invalid')
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darray_map_variation16.phpt43 …expects parameter 1 to be a valid callback, function 'echo' not found or invalid function name in …
47 …xpects parameter 1 to be a valid callback, function 'array' not found or invalid function name in …
51 …xpects parameter 1 to be a valid callback, function 'empty' not found or invalid function name in …
55 …expects parameter 1 to be a valid callback, function 'eval' not found or invalid function name in …
59 …expects parameter 1 to be a valid callback, function 'exit' not found or invalid function name in …
63 …xpects parameter 1 to be a valid callback, function 'isset' not found or invalid function name in …
67 …expects parameter 1 to be a valid callback, function 'list' not found or invalid function name in …
71 …xpects parameter 1 to be a valid callback, function 'print' not found or invalid function name in …
H A Darray_reduce_variation2.phpt2 Test array_reduce() function : variation - invalid parameters
11 echo "*** Testing array_reduce() : variation - invalid parameters ***\n";
25 *** Testing array_reduce() : variation - invalid parameters ***
27 …s parameter 2 to be a valid callback, function 'bogusbogus' not found or invalid function name in …
/PHP-7.3/Zend/tests/
H A Dbug70898.phpt12 …lid callback, function '0000000000000000000000000000000000' not found or invalid function name in …
14 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
16 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
18 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
20 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_getProperties_002.phpt2 ReflectionClass::getProperties() - invalid arguments
9 echo "\nTest invalid arguments:";
14 Test invalid arguments:
H A DReflectionClass_getMethods_002.phpt2 ReflectionClass::getMethods() - invalid arguments
9 echo "\nTest invalid arguments:";
15 Test invalid arguments:
/PHP-7.3/ext/fileinfo/tests/
H A Dbug61964-mb.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
53 Notice: finfo_open(): Warning: offset `string' invalid in %sbug61964-mb.php on line %d
55 Notice: finfo_open(): Warning: offset ` Core' invalid in %sbug61964-mb.php on line %d
57 Notice: finfo_open(): Warning: offset ` Me' invalid in %sbug61964-mb.php on line %d
59 Notice: finfo_open(): Warning: offset `a' invalid in %sbug61964-mb.php on line %d
61 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964-mb.php on line %d
H A Dbug61964.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
53 Notice: finfo_open(): Warning: offset `string' invalid in %sbug61964.php on line %d
55 Notice: finfo_open(): Warning: offset ` Core' invalid in %sbug61964.php on line %d
57 Notice: finfo_open(): Warning: offset ` Me' invalid in %sbug61964.php on line %d
59 Notice: finfo_open(): Warning: offset `a' invalid in %sbug61964.php on line %d
61 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964.php on line %d
/PHP-7.3/ext/imap/tests/
H A Dimap_errors_basic.phpt16 $password = "bogus"; // invalid password to use in this test
18 echo "Issue open with invalid password with normal default number of retries, i.e 3\n";
24 echo "\n\nIssue open with invalid password with retries == 1\n";
33 Issue open with invalid password with normal default number of retries, i.e 3
47 Issue open with invalid password with retries == 1
/PHP-7.3/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-7.3/ext/standard/tests/mail/
H A Dezmlm_hash_error.phpt19 echo "\n-- Testing ezmlm_hash() function with invalid input - ARRAY --\n";
24 echo "\n-- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method -…
31 echo "\n-- Testing ezmlm_hash() function with invalid input - RESOURCE --\n";
52 -- Testing ezmlm_hash() function with invalid input - ARRAY --
57 -- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method --
62 -- Testing ezmlm_hash() function with invalid input - RESOURCE --
/PHP-7.3/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt22 //Test is_subclass_of with invalid last argument
23 echo "\n-- Testing is_subclass_of() function with more than typo style invalid 3rd argument --\n";
27 //Test is_subclass_of with invalid last argument
28 echo "\n-- Testing is_subclass_of() function with more than invalid 3rd argument --\n";
46 -- Testing is_subclass_of() function with more than typo style invalid 3rd argument --
49 -- Testing is_subclass_of() function with more than invalid 3rd argument --
/PHP-7.3/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 …

Completed in 29 milliseconds

12345678910>>...29