Home
last modified time | relevance | path

Searched refs:invalid (Results 101 – 125 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/standard/tests/strings/
H A Drtrim_error.phpt9 echo "\n-- Test rtrim function with various invalid charlists\n";
19 -- Test rtrim function with various invalid charlists
H A Dltrim_error.phpt9 echo "\n-- Test ltrim function with various invalid charlists\n";
19 -- Test ltrim function with various invalid charlists
H A Dstrip_tags_variation8.phpt2 Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allow…
6 …* testing functionality of strip_tags() by giving valid value for $str and invalid values for $all…
/PHP-8.1/ext/date/tests/
H A Dcheckdate_basic1.phpt20 echo "-- The following are all invalid dates --\n";
40 -- The following are all invalid dates --
H A Ddate_time_immutable001.phpt2 DateTimeImmutable - invalid arguments
/PHP-8.1/ext/mbstring/tests/
H A Dcp950_encoding.phpt68 findInvalidChars($toUnicode, $invalid, $truncated);
70 testAllInvalidChars($invalid, $toUnicode, 'CP950', 'UTF-16BE', "\x00%");
75 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
76 convertAllInvalidChars($invalid, $fromUnicode, 'UTF-16BE', 'CP950', '%');
H A Dsjis2004_encoding.phpt51 echo "SJIS-2004 verification and conversion rejects all invalid characters\n";
58 echo "Unicode -> SJIS-2004 conversion works on all invalid characters\n";
75 SJIS-2004 verification and conversion rejects all invalid characters
77 Unicode -> SJIS-2004 conversion works on all invalid characters
H A Dcp932_encoding.phpt107 echo "CP932 verification and conversion works on all invalid characters\n";
110 echo "Unicode -> CP932 conversion works on all invalid codepoints\n";
129 echo "SJIS-win verification and conversion works on all invalid characters\n";
132 echo "Unicode -> SJIS-win conversion works on all invalid codepoints\n";
149 CP932 verification and conversion works on all invalid characters
150 Unicode -> CP932 conversion works on all invalid codepoints
152 SJIS-win verification and conversion works on all invalid characters
153 Unicode -> SJIS-win conversion works on all invalid codepoints
H A Dini_mbstring_invalid.phpt20 Warning: PHP Startup: INI setting contains invalid encoding "DETECT_ORDER" in Unknown on line 0
24 Warning: PHP Startup: INI setting contains invalid encoding "HTTP_INPUT" in Unknown on line 0
H A Deucjp_2004_encoding.phpt64 echo "EUC-JP-2004 verification and conversion rejects all invalid characters\n";
71 echo "Unicode -> EUC-JP-2004 conversion works on all invalid characters\n";
82 EUC-JP-2004 verification and conversion rejects all invalid characters
84 Unicode -> EUC-JP-2004 conversion works on all invalid characters
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt12 $c = "invalid cert";
18 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
H A Dopenssl_x509_export_basic.phpt11 $c = "invalid cert";
17 var_dump(openssl_x509_export($c, $output3)); // read an invalid cert, fails
H A Dopenssl_x509_read_basic.phpt12 $c = "invalid cert";
19 var_dump(openssl_x509_read($c)); // read an invalid cert, fails
/PHP-8.1/Zend/tests/
H A Dbug80972.phpt2 Bug #80972: Memory exhaustion on invalid string offset
27 * the offset is invalid */
/PHP-8.1/ext/standard/tests/file/
H A Dreadlink_variation1.phpt2 Test readlink() function: usage variations - invalid filenames
9 /* Testing readlink() with invalid arguments -int, float, bool, NULL, resource */
H A Dfile_get_contents_file_put_contents_error.phpt15 echo "\n-- Testing for invalid negative maxlen values --\n";
41 -- Testing for invalid negative maxlen values --
H A Dfilegroup_variation2.phpt2 Test filegroup() function: usage variations - invalid filenames
9 /* Testing filegroup() with invalid arguments -int, float, bool, NULL, resource */
H A Dfileinode_variation2.phpt2 Test fileinode() function: usage variations - invalid filenames
9 /* Testing fileinode() with invalid arguments -int, float, bool, NULL, resource */
H A Dfileowner_variation2.phpt2 Test fileowner() function: usage variations - invalid filenames
10 /* Testing fileowner() with invalid arguments -int, float, bool, NULL, resource */
H A Dfileperms_variation2.phpt2 Test fileperms() function: usage variations - invalid filenames
9 /* Testing fileperms() with invalid arguments -int, float, bool, NULL, resource */
/PHP-8.1/ext/mysqli/tests/
H A Dbug73462.phpt20 /* Failed connection to invalid host */
21 $mysql_2 = @new mysqli(' !!! invalid !!! ', $user, $passwd, $db, $port);
/PHP-8.1/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
H A Dbcrypt_invalid_algorithm.phpt2 Test BCRYPT with invalid algorithm
/PHP-8.1/ext/simplexml/tests/
H A DSimpleXMLElement_getDocNamespaces.phpt2 Testing getDocNamespaces() with invalid XML
/PHP-8.1/ext/phar/tests/
H A Dfopen_edgecases.phpt22 // invalid pharname
76 …/%sfopen_edgecases.phar.php.phar.gz): Failed to open stream: phar error: invalid url or non-existe…
105 Warning: unlink(): phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgeca…
111 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
113 …rror: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://": invalid or non-writable u…
115 Warning: rename(): phar error: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writ…
119 …pen_edgecases.phar.php/hi" to "phar://%sfopen_edgecases.phar.php/there": invalid or non-writable u…

Completed in 26 milliseconds

12345678910>>...26