Home
last modified time | relevance | path

Searched refs:message (Results 276 – 300 of 425) sorted by relevance

1...<<11121314151617

/PHP-7.4/ext/mysqli/tests/
H A Dbug36745.phpt2 Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error message)
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt34 //this one also generates a java message rather than our own so we don't replicate php message
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt30 // I would expect to get an error message, but this is not what happens.
51 // Again, I'd like to see an error message
/PHP-7.4/ext/
H A Dext_skel.php25 function error($message) { argument
26 printf('Error: %s%s', $message, PHP_EOL);
/PHP-7.4/ext/xmlreader/tests/
H A Dbug64230.phpt13 printf("Internal: %s\n", $error->message);
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation5.phpt19 * and checking if proper warning message is generated.
/PHP-7.4/ext/soap/tests/
H A Dbug77088.phpt24 ["message":protected]=>
/PHP-7.4/ext/dom/tests/
H A DDOMNode_insertBefore_error5.phpt6 This test checks the error message is raised when the refnode is a descendant but not a child
H A Ddom_set_attr_node.phpt39 ["message":protected]=>
/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/PHP-7.4/ext/json/tests/
H A Djson_encode_exceptions.phpt24 ["message":protected]=>
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt2 Bug #79576 ("TYPE *" shows unhelpful message when type is not defined)
/PHP-7.4/Zend/tests/
H A D007.phpt28 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
H A Dbug43344_1.phpt2 Bug #43344.1 (Wrong error message for undefined namespace constant)
/PHP-7.4/ext/standard/
H A Dbasic_functions.h157 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers);
158 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
/PHP-7.4/ext/mbstring/tests/
H A Dbug43994.phpt17 * Bug now seems to be fixed - error message is now generated when an 'empty'
18 * pattern is supplied to mb_ereg. Similar error message to ereg().
/PHP-7.4/ext/standard/tests/mail/
H A Dbug80751.phpt57 $message = 'hello';
62 $res = mail($to, $subject, $message, $headers);
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c41 char *message; in dblib_fetch_error() local
63 spprintf(&message, 0, "%s [%d] (severity %d) [%s]", in dblib_fetch_error()
67 add_next_index_string(info, message); in dblib_fetch_error()
68 efree(message); in dblib_fetch_error()
/PHP-7.4/ext/standard/tests/array/
H A Deach_variation6.phpt38 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
/PHP-7.4/ext/odbc/tests/
H A Dbug73448.phpt15 "/* empty batch,error message is not empty */",
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c40 static char * _pdo_pgsql_trim_message(const char *message, int persistent) in _pdo_pgsql_trim_message() argument
42 register int i = strlen(message)-1; in _pdo_pgsql_trim_message()
45 if (i>1 && (message[i-1] == '\r' || message[i-1] == '\n') && message[i] == '.') { in _pdo_pgsql_trim_message()
48 while (i>0 && (message[i] == '\r' || message[i] == '\n')) { in _pdo_pgsql_trim_message()
53 memcpy(tmp, message, i); in _pdo_pgsql_trim_message()
106 static void _pdo_pgsql_notice(pdo_dbh_t *dbh, const char *message) /* {{{ */ in _pdo_pgsql_notice() argument
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c405 zend_string* message = NULL; in ZEND_END_ARG_INFO() local
417 message = intl_error_get_message(INTL_DATA_ERROR_P(rb)); in ZEND_END_ARG_INFO()
418 RETURN_STR(message); in ZEND_END_ARG_INFO()
/PHP-7.4/ext/oci8/tests/
H A Dbug47281.phpt44 echo $m['message'], "\n";
/PHP-7.4/ext/openssl/tests/
H A Dsigned.eml4 This is an S/MIME signed message
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl177 <wsdl:message name="EchoService_Echo_InputMessage">
179 </wsdl:message>
180 <wsdl:message name="EchoService_Echo_OutputMessage">
182 </wsdl:message>
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…

Completed in 39 milliseconds

1...<<11121314151617