Home
last modified time | relevance | path

Searched refs:invalid (Results 126 – 150 of 713) sorted by relevance

12345678910>>...29

/php-src/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-src/ext/standard/tests/strings/
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 Drtrim_error.phpt9 echo "\n-- Test rtrim function with various invalid charlists\n";
19 -- Test rtrim function with various invalid charlists
H A Dstrtok_variation6.phpt2 Test strtok() function : usage variations - invalid escape sequences as tokens
6 * Testing strtok() : with invalid escape sequences in token
9 echo "*** Testing strtok() : with invalid escape sequences in token ***\n";
46 *** Testing strtok() : with invalid escape sequences in token ***
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-src/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 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
/php-src/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-src/ext/standard/tests/file/
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 */
H A Dtempnam_variation7-win32.phpt2 Test tempnam() function: usage variations - invalid/non-existing dir
12 /* Passing invalid/non-existing args for $dir,
15 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
66 *** Testing tempnam() with invalid/non-existing directory names ***
H A Dtempnam_variation7.phpt2 Test tempnam() function: usage variations - invalid/non-existing dir
12 /* Passing invalid/non-existing args for $dir,
15 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
71 *** Testing tempnam() with invalid/non-existing directory names ***
/php-src/Zend/tests/
H A Dbug80972.phpt2 Bug #80972: Memory exhaustion on invalid string offset
27 * the offset is invalid */
/php-src/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt7 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/mysqli/tests/
H A Dbug73462.phpt20 /* Failed connection to invalid host */
21 $mysql_2 = @new mysqli(' !!! invalid !!! ', $user, $passwd, $db, $port);
/php-src/ext/spl/tests/
H A Dfixedarray_001.phpt48 OutOfBoundsException: Index invalid or out of range
50 OutOfBoundsException: Index invalid or out of range
/php-src/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
/php-src/ext/simplexml/tests/
H A DSimpleXMLElement_getDocNamespaces.phpt2 Testing getDocNamespaces() with invalid XML
/php-src/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 109 milliseconds

12345678910>>...29