Home
last modified time | relevance | path

Searched refs:invalid (Results 651 – 675 of 715) sorted by relevance

1...<<212223242526272829

/php-src/
H A DNEWS97 invalid quality parameter. (David Carlier)
112 . Fixed Numberformatter::__construct when the locale is invalid, now
124 - TypeError for invalid offset types
138 . libxml_set_streams_context() now throws immediately on an invalid context
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt65 $dsn = 'mysql:invalid=foo';
76 $invalid_host = $host . 'invalid';
199 $invalid_charset = 'invalid';
H A Dpdo_mysql_stmt_getcolumnmeta.phpt30 // invalid offset
52 // invalid offset
54 printf("[009] Expecting false because of invalid offset got %s\n", var_export($tmp, true));
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt57 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
/php-src/ext/mbstring/tests/
H A Dmb_convert_case_various_mode.phpt2 Calling mb_convert_case() with an invalid casing mode
H A Dmb_strimwidth.phpt203 // Try invalid string; invalid sequences will be converted to error markers
206 // Try invalid marker
H A Dmb_str_unknown_encoding.phpt147 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "UTF-0"
H A Diso2022jp_encoding.phpt113 /* All invalid 2-byte JISX0208 characters */
143 /* All invalid 2-byte JISX0212 characters */
/php-src/ext/mysqli/tests/
H A Dmysqli_options.phpt84 // invalid options do not generate errors
H A Dmysqli_class_mysqli_properties_no_conn.phpt221 $mysqli = @new mysqli($host, $user, $passwd . "invalid", $db, $port, $socket);
225 $mysqli = @new mysqli($host, $user, $passwd . "invalid", $db, $port, $socket);
H A Dmysqli_class_mysqli_result_interface.phpt139 printf("[009] Expecting warning because of invalid resultmode\n");
H A Dmysqli_debug_control_string.phpt2 mysqli_debug() - invalid debug control strings
H A Dmysqli_fetch_object.phpt121 …bail out here. The following line will give a Fatal error: Call to private ... from invalid context
/php-src/ext/spl/tests/
H A Dbug55701.phpt11 // The tested iterator is in an invalid state; the behaviour of most of its methods is undefined
75 // Some of them throw a RuntimeException while others just return an invalid value
H A Dunserialize_errors.phpt2 Errors from __unserialize() with invalid data
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt8 // This test checks invalid formats do throw warnings.
/php-src/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt2 Error conditions when setting invalid handler callables for xml_set_element_handler()
/php-src/ext/dom/tests/
H A Dgh12616_3.phpt2 GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix)
/php-src/ext/pgsql/tests/
H A D05large_object.phpt82 /* invalid OID values */
/php-src/ext/standard/tests/strings/
H A Dprintf.phpt204 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
678 *** Output for invalid width(-15) specifier ***
H A Dprintf_64bit.phpt204 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
678 *** Output for invalid width(-15) specifier ***
/php-src/ext/standard/tests/file/
H A Dfile.inc46 Returns: true on success, false on invalid fill type
67 // invalid fill type;
92 Returns: true on success, false on failure & invalid fill type
117 // invalid fill type;
H A Drename_variation13-win32.phpt2 Test rename() function : variation - various invalid paths
/php-src/sapi/fpm/tests/
H A Dresponse.inc132 $this->error('Response is invalid');
368 $this->error("The response is invalid: $this->rawData");
/php-src/ext/phar/tests/
H A Ddir.phpt90 … error: cannot create directory "" in phar "%sdir.phar.php", phar error: invalid path "" must not …

Completed in 57 milliseconds

1...<<212223242526272829