Home
last modified time | relevance | path

Searched refs:message (Results 301 – 325 of 465) sorted by relevance

1...<<111213141516171819

/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/Zend/tests/
H A Dbug61767.phpt30 [message] => Uncaught ErrorException: Undefined variable $undefined in %s:%d
/php-src/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/php-src/ext/zend_test/tests/
H A Dobserver_error_05.phpt38 …) is deprecated since 8.4, throw an exception or call exit with a string message instead in %s on …
/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…
/php-src/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/php-src/.github/workflows/
H A Dclose-stale-feature-requests.yml26 stale-issue-message: >-
/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/phar/tests/
H A Dphar_stub.phpt58 set_error_handler(function ($severity, $message, $file, $line) {
59 throw new Exception($message);

Completed in 26 milliseconds

1...<<111213141516171819