Home
last modified time | relevance | path

Searched refs:invalid (Results 76 – 100 of 634) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/date/tests/
H A Ddate_time_immutable001.phpt2 DateTimeImmutable - invalid arguments
H A Ddate_create_from_format_basic2.phpt10 var_dump(date_create_from_format('Y-m-d', '2009---01')); // invalid date
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams-win32.phpt31 Warning: socket_create_pair(): invalid socket domain [31337] specified for argument 1, assuming AF_…
34 Warning: socket_create_pair(): invalid socket type [31337] specified for argument 2, assuming SOCK_…
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_hasConstant_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
H A DReflectionClass_hasMethod_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
H A DReflectionClass_hasProperty_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
/PHP-7.4/ext/standard/tests/file/
H A Dis_readable_variation3.phpt2 Test is_readable() function: usage variations - invalid file names
13 /* test is_executable() with invalid arguments */
H A Dfseek_ftell_rewind_error2.phpt26 // test invalid arguments : non-resources
27 echo "-- Testing ftell() with invalid arguments --\n";
36 /* loop to test ftell with different invalid type of args */
64 -- Testing ftell() with invalid arguments --
H A Dfseek_ftell_rewind_error3.phpt26 // test invalid arguments : non-resources
27 echo "-- Testing rewind() with invalid arguments --\n";
36 /* loop to test rewind with different invalid type of args */
64 -- Testing rewind() with invalid arguments --
H A Dreadfile_error.phpt16 echo "\n-- Testing readfile() with invalid arguments --\n";
17 // invalid arguments
40 -- Testing readfile() with invalid arguments --
/PHP-7.4/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
/PHP-7.4/ext/standard/tests/crypt/
H A Dbcrypt_invalid_algorithm.phpt2 Test BCRYPT with invalid algorithm
/PHP-7.4/Zend/tests/
H A Dlist_008.phpt2 Assignment to invalid list() value
H A Dbug77993.phpt2 Bug #77993 (Wrong parse error for invalid hex literal on Windows)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c88 int invalid = !info->ht[0] + !info->ht[1]; in phpdbg_array_intersect() local
90 if (invalid > 0) { in phpdbg_array_intersect()
91 invalid = !info->ht[0]; in phpdbg_array_intersect()
93 if (!(*ptr = zend_hash_get_current_data_ex(info->ht[invalid], &info->pos[invalid]))) { in phpdbg_array_intersect()
97 zend_hash_move_forward_ex(info->ht[invalid], &info->pos[invalid]); in phpdbg_array_intersect()
99 return invalid ? 1 : -1; in phpdbg_array_intersect()
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyname_error006.phpt2 gethostbyname() function - basic invalid parameter test
/PHP-7.4/ext/standard/tests/versioning/
H A Dversion_compare_invalid_operator.phpt2 Ensures null is returned if versions are compared with invalid operator
/PHP-7.4/ext/pcre/tests/
H A Dbug76127.phpt2 Bug #76127: preg_split does not raise an error on invalid UTF-8
/PHP-7.4/ext/tokenizer/tests/
H A Dinvalid_large_octal_with_underscores.phpt2 Large invalid octal number with underscores
/PHP-7.4/ext/standard/tests/streams/
H A Dbug44712.phpt2 bug#44712 (stream_context_set_params segfaults on invalid arguments)
/PHP-7.4/ext/intl/tests/
H A Duconverter_bug66873.phpt2 Bug #66873 - crash in UConverter with invalid encoding
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"
/PHP-7.4/ext/simplexml/tests/
H A DSimpleXMLElement_getDocNamespaces.phpt2 Testing getDocNamespaces() with invalid XML
/PHP-7.4/ext/standard/tests/strings/
H A Dbug70667.phpt2 Bug #70667 (strtr() causes invalid writes and a crashes)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_encoding_basic.phpt25 echo "Adding invalid encoding: $ret\n";
45 Adding invalid encoding: NYPHP DOMinatrix

Completed in 23 milliseconds

12345678910>>...26