Home
last modified time | relevance | path

Searched refs:message (Results 201 – 225 of 434) sorted by relevance

12345678910>>...18

/php-src/ext/standard/tests/strings/
H A Dmd5raw.phpt8 echo bin2hex(md5("message digest", TRUE))."\n";
/php-src/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_variation1.phpt4 Verifies that an warning message is showed if an empty document is loaded
H A DDOMDocument_loadHTMLfile_error1.phpt4 Verifies that an error message is showed if the file doesn't exist
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt24 ["message"]=>
/php-src/main/
H A Dmain.c956 zend_string *message; in php_verror() local
1099 message = zend_strpprintf_unchecked(0, "%s: %S", origin, buffer); in php_verror()
1112 zend_error_zstr(type, message); in php_verror()
1113 zend_string_release(message); in php_verror()
1241 if (!zend_string_equals(PG(last_error_message), message) in php_error_cb()
1267 zend_throw_error_exception(EG(exception_class), message, 0, type); in php_error_cb()
1282 PG(last_error_message) = zend_string_copy(message); in php_error_cb()
1361 zend_string *buf = escape_html(ZSTR_VAL(message), ZSTR_LEN(message)); in php_error_cb()
1373 fwrite(ZSTR_VAL(message), sizeof(char), ZSTR_LEN(message), stderr); in php_error_cb()
1624 switch (message) { in php_message_handler_for_zend()
[all …]
/php-src/ext/pdo/
H A Dpdo_dbh.c71 char *message = NULL; in pdo_raise_impl_error() local
96 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
98 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
102 php_error_docref(NULL, E_WARNING, "%s", message); in pdo_raise_impl_error()
122 if (message) { in pdo_raise_impl_error()
123 efree(message); in pdo_raise_impl_error()
134 zend_string *message = NULL; in pdo_handle_error() local
173 message = strpprintf(0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_handle_error()
175 message = strpprintf(0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_handle_error()
179 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message)); in pdo_handle_error()
[all …]
/php-src/ext/mbstring/tests/
H A Dbug43840.phpt10 * Multibyte string was not returning error message until offset was passed the
11 * byte count of the string. Should return error message when passed character count.
/php-src/ext/sodium/tests/
H A Dcrypto_sign.phpt21 $msg = "Here is the message, to be signed using Alice's secret key, and " .
36 $msg = "Here is another message, to be signed using Alice's secret key, and " .
/php-src/ext/standard/tests/http/
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
15 echo "Type='$message'\n";
/php-src/sapi/cli/tests/
H A D005.phpt52 Property [ protected $message = '' ]
72 Parameter #0 [ <optional> string $message = "" ]
/php-src/ext/reflection/tests/
H A DReflectionObject_isInternal_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
H A DReflectionObject_isUserDefined_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
/php-src/ext/hash/tests/
H A Dripemd128.phpt8 echo hash('ripemd128', 'message digest') . "\n";
H A Dripemd160.phpt8 echo hash('ripemd160', 'message digest') . "\n";
H A Dripemd256.phpt8 echo hash('ripemd256', 'message digest') . "\n";
H A Dripemd320.phpt8 echo hash('ripemd320', 'message digest') . "\n";
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…
/php-src/Zend/tests/
H A Dargument_restriction_002.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dargument_restriction_003.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dexception_020.phpt11 Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of t…
H A Dexception_009.phpt18 $this->message = new stdclass ;
H A Dexception_getters_with_ref_props.phpt8 $this->message =& $refMsg;
/php-src/ext/standard/tests/file/
H A Dbug71287.phpt2 Bug #71287 (Error message contains hexadecimal instead of decimal number)
/php-src/ext/mysqli/tests/
H A D072.phpt22 var_dump($w->message);

Completed in 37 milliseconds

12345678910>>...18