Home
last modified time | relevance | path

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

12345678910>>...29

/php-src/ext/opcache/tests/jit/
H A Dgh12747.phpt2 GH-12747: Function JIT returns invalid error message for coalesce operator on invalid offset
/php-src/ext/openssl/tests/
H A Dopenssl_pkcs12_export_basic.phpt16 $invalid = "";
31 var_dump(openssl_pkcs12_export($invalid, $output, $invalid, $pass));
/php-src/ext/standard/tests/file/
H A Dfscanf_error.phpt15 // invalid file handle
33 // different invalid format strings
37 // looping to use various invalid formats with fscanf()
H A Dunlink_error-win32-mb.phpt25 echo "\n-- Testing unlink() on invalid arguments --\n";
26 // invalid arguments
56 -- Testing unlink() on invalid arguments --
H A Dunlink_error-win32.phpt23 echo "\n-- Testing unlink() on invalid arguments --\n";
24 // invalid arguments
53 -- Testing unlink() on invalid arguments --
H A Dunlink_error.phpt23 echo "\n-- Testing unlink() on invalid arguments --\n";
24 // invalid arguments
52 -- Testing unlink() on invalid arguments --
H A Dfile_get_contents_file_put_contents_error.phpt13 echo "\n-- Testing for invalid negative maxlen values --\n";
36 -- Testing for invalid negative maxlen values --
H A Dreadlink_variation1.phpt2 Test readlink() function: usage variations - invalid filenames
9 /* Testing readlink() with invalid arguments -int, float, bool, NULL, resource */
/php-src/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation4.phpt35 // Encoded word with invalid charset name, and input string ends with whitespace
36 // The old implementation of mb_decode_mimeheader would get 'stuck' on the invalid encoding name
44 // byte of an invalid charset name
52 // Encoded word with just one invalid Base64 byte
56 // Encoded word with an invalid Base64 byte followed by a valid Base64 byte
64 // Encoded word with just one invalid Base64 byte, but this time properly terminated
72 // Another example of invalid encoded word followed immediately by valid encoded word
H A Dmb_strpos.phpt85 // Previously, mb_strpos would internally convert invalid byte sequences to '?'
88 // So invalid byte sequences would match '?', both from haystack to needle
94 // However, invalid byte sequences can still match other invalid byte
98 // For UTF-8, invalid byte sequences match the exact same invalid sequence,
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', '%');
/php-src/ext/standard/tests/array/
H A Darray_intersect_ukey_variation8.phpt28 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
29 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
H A Darray_diff_ukey_variation10.phpt28 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
29 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
/php-src/ext/zlib/tests/
H A Dgzcompress_error1.phpt22 echo "\n-- Testing with invalid encoding --\n";
39 -- Testing with invalid encoding --
/php-src/ext/ftp/tests/
H A Dftp_ssl_connect_error.phpt15 var_dump(ftp_ssl_connect('totes.invalid'));
19 ftp_ssl_connect('totes.invalid', 21, 0);
/php-src/ext/tidy/tests/
H A D007.phpt34 tidy::getOpt(): Argument #1 ($option) is an invalid configuration option, "bogus-opt" given
35 tidy_getopt(): Argument #2 ($option) is an invalid configuration option, "non-ASCII string ���" giv…
/php-src/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt32 echo "\n-- Testing ReflectionMethod::getClosure() function with invalid object --\n";
43 -- Testing ReflectionMethod::getClosure() function with invalid object --
/php-src/ext/sqlite3/tests/
H A Dsqlite3_33_createAggregate_notcallable.phpt35 …llback) must be a valid callback, function "aggregate_test_step" not found or invalid function name
36 …lback) must be a valid callback, function "aggregate_test_final" not found or invalid function name
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_load_extension_failure.phpt29 echo "Loading invalid file.\n";
42 Loading invalid file.
/php-src/ext/curl/tests/
H A Dcurl_ssh_hostkey_invalid_callable.phpt35 …ack for option CURLOPT_SSH_HOSTKEYFUNCTION, function "undefined" not found or invalid function name
36 …ack for option CURLOPT_SSH_HOSTKEYFUNCTION, function "undefined" not found or invalid function name
/php-src/ext/hash/tests/
H A Dhash_hmac_error.phpt14 echo "\n-- Testing hash_hmac() function with invalid hash algorithm --\n";
34 -- Testing hash_hmac() function with invalid hash algorithm --
/php-src/ext/standard/tests/strings/
H A Dtrim_error.phpt9 echo "\n-- Test trim function with various invalid charlists --\n";
19 -- Test trim 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 Drtrim_error.phpt9 echo "\n-- Test rtrim function with various invalid charlists\n";
19 -- Test rtrim function with various invalid charlists
/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 --

Completed in 26 milliseconds

12345678910>>...29