Home
last modified time | relevance | path

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

1...<<1112131415161718

/php-src/ext/pdo_mysql/tests/
H A Dbug81037.phpt2 Bug #81037 PDO discards error message text from prepared statement
/php-src/.github/workflows/
H A Dclose-stale-prs.yml26 …stale-pr-message: There has not been any recent activity in this PR. It will automatically be clos…
H A Dclose-needs-feedback.yml24 …close-message: "No feedback was provided. The issue is being suspended because we assume that you …
/php-src/ext/json/tests/
H A Djson_encode_exceptions.phpt22 ["message":protected]=>
/php-src/ext/xmlreader/tests/
H A Dbug71805.phpt21 if ($e = libxml_get_last_error()) { $err = $e->message.' (line: '.$e->line.')'; }
H A Dbug64230.phpt11 printf("Internal: %s\n", $error->message);
/php-src/sapi/fpm/tests/
H A Dbug72185-fcgi-empty-frame.phpt38 $tester->expectLogNotice("PHP message: PHP is the best programming language");
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt22 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
H A Dproc_open_sockets1.phpt45 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
/php-src/ext/dom/tests/
H A DDOMNode_insertBefore_error4.phpt6 This test checks the error message is raised when the refnode is a brand new node
H A DDOMNode_insertBefore_error2.phpt6 This test checks the error message is raised when the refnode is a sibling
H A DDOMNode_insertBefore_error3.phpt6 This test checks the error message is raised when refnode is the parent node
H A Ddom_set_attr_node.phpt39 ["message":protected]=>
H A DDOMNode_insertBefore_error5.phpt6 This test checks the error message is raised when the refnode is a descendant but not a child
/php-src/ext/mysqli/tests/
H A Dbug54221.phpt33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n";
H A Dbug36745.phpt2 Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error message)
/php-src/ext/pdo/tests/
H A Dbug_36428.phpt2 PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll())
/php-src/ext/
H A Dext_skel.php22 function error($message) { argument
23 printf('Error: %s%s', $message, PHP_EOL);
/php-src/ext/ffi/tests/
H A Dbug79576.phpt2 Bug #79576 ("TYPE *" shows unhelpful message when type is not defined)
/php-src/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/php-src/Zend/tests/
H A Dbug61767.phpt30 [message] => Uncaught ErrorException: Undefined variable $undefined in %s:%d
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c39 static char * _pdo_pgsql_trim_message(const char *message, int persistent) in _pdo_pgsql_trim_message() argument
41 size_t i = strlen(message)-1; in _pdo_pgsql_trim_message()
44 if (i>1 && (message[i-1] == '\r' || message[i-1] == '\n') && message[i] == '.') { in _pdo_pgsql_trim_message()
47 while (i>0 && (message[i] == '\r' || message[i] == '\n')) { in _pdo_pgsql_trim_message()
52 memcpy(tmp, message, i); in _pdo_pgsql_trim_message()
105 static void _pdo_pgsql_notice(void *context, const char *message) /* {{{ */ in _pdo_pgsql_notice() argument
111 ZVAL_STRING(&zarg, message); in _pdo_pgsql_notice()
/php-src/ext/standard/tests/mail/
H A Dmail_null_bytes.phpt36 mail(): Argument #3 ($message) must not contain any null bytes
/php-src/ext/mbstring/tests/
H A Dmb_send_mail_null_bytes.phpt38 mb_send_mail(): Argument #3 ($message) must not contain any null bytes
/php-src/ext/standard/tests/http/
H A Dbug69337.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…

Completed in 36 milliseconds

1...<<1112131415161718