Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale_error.phpt15 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
17 $invalid_locales = array("en_US.invalid", "en_AU.invalid", "ko_KR.invalid");
20 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n";
22 var_dump( setlocale(LC_ALL,"en_US.invalid", "en_AU.invalid", "ko_KR.invalid") );
33 -- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
36 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invalid locales as argument
14 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
36 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
37 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
60 …giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invali…
63 …$new_locale = setlocale(LC_ALL, "en_US.invalid", "en_US.utf8", "Ko_KR.utf8", "KO_KR.invalid", "zh_…
85 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
86 …giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invali…
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_error.phpt97 …er(): Argument #1 ($open) must be a valid callback, function "0" not found or invalid function name
100 …er(): Argument #1 ($open) must be a valid callback, function "1" not found or invalid function name
124 …ler(): Argument #1 ($open) must be a valid callback, function "" not found or invalid function name
127 …ler(): Argument #1 ($open) must be a valid callback, function "" not found or invalid function name
130 …er(): Argument #1 ($open) must be a valid callback, function "1" not found or invalid function name
133 …ler(): Argument #1 ($open) must be a valid callback, function "" not found or invalid function name
136 …er(): Argument #1 ($open) must be a valid callback, function "1" not found or invalid function name
139 …ler(): Argument #1 ($open) must be a valid callback, function "" not found or invalid function name
142 …ler(): Argument #1 ($open) must be a valid callback, function "" not found or invalid function name
145 …ler(): Argument #1 ($open) must be a valid callback, function "" not found or invalid function name
[all …]
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-8.0/ext/imap/tests/
H A Dimap_errors_basic.phpt2 Test imap_errors() function : invalid password
9 echo "*** Testing imap_errors() : invalid password ***\n";
11 $password = "bogus"; // invalid password to use in this test
13 echo "Issue opening with invalid password, 1 retry\n";
21 *** Testing imap_errors() : invalid password ***
22 Issue opening with invalid password, 1 retry
/PHP-8.0/ext/phar/tests/zip/
H A Dbadalias.phpt2 Phar: invalid aliases
21 phar error: invalid alias "hi/there" in zip-based phar "%sbadalias1.phar.zip"
22 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias2.phar.zip"
23 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias3.phar.zip"
24 phar error: invalid alias "hi;there" in zip-based phar "%sbadalias4.phar.zip"
25 phar error: invalid alias "hi:there" in zip-based phar "%sbadalias5.phar.zip"
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D034.phpt14 var_dump($arr['invalid']?->something);
17 var_dump($arr['bar']['invalid']?->something);
23 Warning: Undefined array key "invalid" in %s.php on line 11
27 Warning: Undefined array key "invalid" in %s.php on line 14
/PHP-8.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt2 Test token_get_all() function : usage variations - invalid token values
8 * Testing token_get_all() with 'source' string containing invalid/unknown token value
12 echo "*** Testing token_get_all() : with invalid/unknown tokens ***\n";
14 // with valid php tags and invalid tokens
24 // with invalid open tag for testing entire source to be unknown token
30 // with invalid PHP tags and invalid tokens
31 echo "-- with invalid PHP tags and tokens --\n";
38 *** Testing token_get_all() : with invalid/unknown tokens ***
256 -- with invalid PHP tags and tokens --
/PHP-8.0/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"
/PHP-8.0/ext/standard/tests/network/
H A Dfsockopen_error.phpt16 echo "\n-- Attempting to connect using an invalid protocol --\n";
17 $hostname = 'invalid://127.0.0.1'; // loopback address
36 -- Attempting to connect using an invalid protocol --
38 …rning: fsockopen(): Unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket tran…
40 string(100) "Unable to find the socket transport "invalid" - did you forget to enable it when you c…
H A Dsetcookie_error.phpt16 setcookie('invalid=');
21 setcookie('name', 'invalid;');
26 setcookie('name', 'value', 100, 'invalid;');
31 setcookie('name', 'value', 100, 'path', 'invalid;');
62 string(27) "Set-Cookie: name=invalid%3B"
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt22 function invalid(Test $test, string $prop1, string $prop2, $value) {
51 invalid($test, 'int', 'float', 42.0);
53 invalid($test, 'int', 'nint', null);
55 invalid($test, 'nint', 'nstring', '42');
58 invalid($test, 'A', 'B', new A);
61 invalid($test, 'A', 'object', new Test);
63 invalid($test, 'Iterator', 'iterable', [1, 2, 3]);
65 invalid($test, 'iterable', 'object', new stdClass);
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_variation16.phpt41 array_map(): Argument #1 ($callback) must be a valid callback, function "echo" not found or invalid
43 …gument #1 ($callback) must be a valid callback, function "array" not found or invalid function name
45 …gument #1 ($callback) must be a valid callback, function "empty" not found or invalid function name
47 array_map(): Argument #1 ($callback) must be a valid callback, function "eval" not found or invalid
49 array_map(): Argument #1 ($callback) must be a valid callback, function "exit" not found or invalid
51 …gument #1 ($callback) must be a valid callback, function "isset" not found or invalid function name
53 array_map(): Argument #1 ($callback) must be a valid callback, function "list" not found or invalid
55 …gument #1 ($callback) must be a valid callback, function "print" not found or invalid function name
/PHP-8.0/ext/phar/tests/tar/
H A Dbadalias.phpt2 Phar: invalid aliases
19 phar error: invalid alias "hi/thereaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." in tar-based phar…
20 phar error: invalid alias "hi\there" in tar-based phar "%sbadalias2.phar.tar"
21 phar error: invalid alias "hi;there" in tar-based phar "%sbadalias3.phar.tar"
22 phar error: invalid alias "hi:there" in tar-based phar "%sbadalias4.phar.tar"
/PHP-8.0/ext/date/tests/
H A Ddate_default_timezone_set_error.phpt7 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
14 -- Testing date_default_timezone_set() function with invalid timezone identifier --
16 Notice: date_default_timezone_set(): Timezone ID 'foo' is invalid in %s on line %d
/PHP-8.0/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt8 echo "\n-- Testing php_uname() function with invalid mode --\n";
9 // am invalid mode should result in same o/p as mode 'a'
16 -- Testing php_uname() function with invalid mode --
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A Dis_executable_variation3.phpt2 Test is_executable() function: usage variations - invalid file names
12 /* test is_executable() with invalid arguments */
19 echo "\n*** Testing is_executable() on invalid files ***\n";
42 *** Testing is_executable() on invalid files ***
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
11 /* test is_writable() & is_writeable() with invalid arguments */
15 echo "\n*** Testing is_writable() with invalid filenames ***\n";
37 *** Testing is_writable() with invalid filenames ***
H A Dfread_error.phpt9 // invalid length argument
10 echo "-- Testing fread() with invalid length arguments --\n";
28 -- Testing fread() with invalid length arguments --
/PHP-8.0/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt14 echo "\n-- Testing hash_pbkdf2() function with invalid hash algorithm --\n";
31 echo "\n-- Testing hash_pbkdf2() function with invalid iterations --\n";
46 echo "\n-- Testing hash_pbkdf2() function with invalid length --\n";
58 -- Testing hash_pbkdf2() function with invalid hash algorithm --
64 -- Testing hash_pbkdf2() function with invalid iterations --
68 -- Testing hash_pbkdf2() function with invalid length --
/PHP-8.0/ext/fileinfo/tests/
H A Dbug61964.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
51 Warning: finfo_open(): offset `string' invalid in %sbug61964.php on line %d
53 Warning: finfo_open(): offset ` Core' invalid in %sbug61964.php on line %d
55 Warning: finfo_open(): offset ` Me' invalid in %sbug61964.php on line %d
57 Warning: finfo_open(): offset `a' invalid in %sbug61964.php on line %d
59 Warning: finfo_open(): offset `b' invalid in %sbug61964.php on line %d
H A Dbug61964-mb.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
51 Warning: finfo_open(): offset `string' invalid in %sbug61964-mb.php on line %d
53 Warning: finfo_open(): offset ` Core' invalid in %sbug61964-mb.php on line %d
55 Warning: finfo_open(): offset ` Me' invalid in %sbug61964-mb.php on line %d
57 Warning: finfo_open(): offset `a' invalid in %sbug61964-mb.php on line %d
59 Warning: finfo_open(): offset `b' invalid in %sbug61964-mb.php on line %d
/PHP-8.0/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.0/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 34 milliseconds

12345678910>>...24