Home
last modified time | relevance | path

Searched refs:invalid (Results 251 – 275 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/php-src/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_error.phpt2 ReflectionObject::isSubclassOf() - invalid params
/php-src/ext/session/tests/
H A Drfc1867_invalid_settings_2.phpt2 session rfc1867 invalid settings 2
/php-src/ext/dom/tests/
H A DDOM4_ParentNode_append_invalidtypes.phpt2 DOMParentNode::append() exception on invalid argument
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
/php-src/Zend/tests/
H A Dbug63173.phpt2 Bug #63173: Crash when invoking invalid array callback
H A Dbug61087.phpt2 Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
H A Dbug54043.phpt6 $time = '9999-11-33'; // obviously invalid ;-)
/php-src/ext/standard/tests/crypt/
H A Dbcrypt_invalid_cost.phpt2 Test BCRYPT with invalid cost
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_ini_set_error.phpt2 Test ini_set() with invalid quantity
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt57 // invalid file for read is something that does not exist in current directory
59 // invalid file for is the test dir as writing file to existing dir should always fail
113 // invalid x509 for getting public key
153 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
164 string(89) "error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key leng…
/php-src/ext/standard/tests/file/
H A Dchmod_variation2-win32-mb.phpt30 echo "\nchmod() on a path containing .. with invalid directories\n";
61 chmod() on a path containing .. with invalid directories
H A Dchmod_variation2-win32.phpt30 echo "\nchmod() on a path containing .. with invalid directories\n";
61 chmod() on a path containing .. with invalid directories
H A Dfile_variation5.phpt26 echo "\nfile() on a path containing .. with invalid directories\n";
61 file() on a path containing .. with invalid directories
/php-src/ext/standard/tests/strings/
H A Dlocale_independent_float_to_string.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/json/tests/
H A Dbug68546.phpt19 string(36) "The decoded property name is invalid"
/php-src/ext/date/tests/
H A Dbug52430.phpt28 string(27) "The parsed time was invalid"
H A DDateInterval_set_state_exception.phpt2 DateInterval invalid serialization data with date_string
/php-src/Zend/tests/enum/
H A Dbacked-from-invalid-string.phpt2 BackedEnum::from() reject invalid string
/php-src/ext/opcache/tests/opt/
H A Dinference_002.phpt2 Type inference 002: Type inference for INIT_ARRAY with invalid index
/php-src/ext/opcache/tests/jit/
H A Dgh12723-A.phpt2 GH-12723: Function JIT emits "Uninitialized string offset" warning at the same time as invalid offs…
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_options_invalid_key.phpt2 request_parse_body() invalid key
H A Dmultipart_options_invalid_quantity.phpt2 request_parse_body() invalid quantity
/php-src/ext/mbstring/tests/
H A Deucjp_encoding.phpt63 echo "Encoding verification and conversion work for all invalid characters\n";
78 echo "Unicode -> EUC-JP conversion works on all invalid characters\n";
89 Encoding verification and conversion work for all invalid characters
92 Unicode -> EUC-JP conversion works on all invalid characters
H A Diso2022jp_ms_encoding.phpt161 foreach (array_keys($invalidChars) as $invalid) {
162 $firstByte = ord($invalid[0]);
167 testInvalidString("\x1B\$B" . $invalid[0], "\x00\x00\x00%", 'ISO-2022-JP-MS', 'UTF-32BE');
169 testInvalidString("\x1B\$B" . $invalid, "\x00\x00\x00%", 'ISO-2022-JP-MS', 'UTF-32BE');
186 foreach (array_keys($invalidChars) as $invalid) {
187 $firstByte = ord(substr($invalid, 0, 1));
189 testInvalidString("\x1B\$(?" . $invalid[0], "\x00\x00\x00%", 'ISO-2022-JP-MS', 'UTF-32BE');
191 testInvalidString("\x1B\$(?" . $invalid, "\x00\x00\x00%", 'ISO-2022-JP-MS', 'UTF-32BE');
/php-src/ext/tidy/tests/
H A Dtidy_error1.phpt2 Notice triggered by invalid configuration options

Completed in 33 milliseconds

1...<<11121314151617181920>>...29