Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 50 of 182) sorted by relevance

12345678

/PHP-7.2/ext/libxml/
H A Dphp_libxml.h107 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
108 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
109 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
112 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
H A Dlibxml.c499 error_copy.message = (char*)xmlStrdup((xmlChar*)msg); in _php_list_set_error_structure()
527 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() argument
530 _php_list_set_error_structure(NULL, msg); in php_libxml_issue_error()
532 php_error_docref(NULL, level, "%s", msg); in php_libxml_issue_error()
542 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
715 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() argument
718 va_start(args, msg); in php_libxml_ctx_error()
719 php_libxml_internal_error_handler(PHP_LIBXML_CTX_ERROR, ctx, &msg, args); in php_libxml_ctx_error()
726 va_start(args, msg); in php_libxml_ctx_warning()
741 va_start(args, msg); in php_libxml_error_handler()
[all …]
/PHP-7.2/Zend/tests/
H A Dclass_alias_005.phpt7 static public function msg() {
19 foo::msg();
H A Dbug70785.phpt6 set_error_handler(function($no, $msg) {
7 throw new Exception($msg);
H A Dbug74164.phpt8 set_error_handler(function ($type, $msg) {
9 throw new \Exception($msg);
H A Derrmsg_045.phpt6 set_error_handler(function($_, $msg, $file) {
7 var_dump($msg, $file);
H A Dbug65322.phpt11 set_error_handler(function($_, $msg, $file) {
12 var_dump($msg, $file);
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_methods.c184 char *msg = NULL; in PHP_FUNCTION() local
187 spprintf( &msg, 0, "transliterator_create_from_rules: unable to " in PHP_FUNCTION()
190 if( msg != NULL ) in PHP_FUNCTION()
192 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 ); in PHP_FUNCTION()
193 efree( msg ); in PHP_FUNCTION()
388 char *msg; in PHP_FUNCTION() local
389 spprintf( &msg, 0, in PHP_FUNCTION()
393 if(msg != NULL ) in PHP_FUNCTION()
396 msg, 1 ); in PHP_FUNCTION()
397 efree( msg ); in PHP_FUNCTION()
/PHP-7.2/ext/sysvmsg/tests/
H A D006.phpt16 unset($msg);
17 var_dump(msg_receive($queue, 1, $msg_type, 1024, $msg, false, MSG_IPC_NOWAIT));
19 var_dump($elem == $msg);
20 var_dump($elem === $msg);
/PHP-7.2/ext/sysvmsg/
H A Dconfig.m47 AC_CHECK_HEADER([sys/msg.h],
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])
/PHP-7.2/Zend/tests/try/
H A Dtry_catch_finally_004.phpt7 function dummy($msg) {
8 var_dump($msg);
H A Dcatch_finally_004.phpt6 function throw_exception($msg) {
7 throw new Exception($msg);
H A Dcatch_finally_003.phpt5 function dummy($msg) {
6 var_dump($msg);
/PHP-7.2/ext/gd/libgd/
H A Dgdtest.c14 void CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2);
360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages() argument
368 printf ("%%%s: ERROR images differ: BAD\n", msg); in CompareImages()
372 printf ("%%%s: WARNING images differ: WARNING - Probably OK\n", msg); in CompareImages()
376 printf ("%%%s: OK\n", msg); in CompareImages()
382 printf ("-%s: INFO image sizes differ\n", msg); in CompareImages()
387 printf ("-%s: INFO number of pallette entries differ %d Vs. %d\n", msg, in CompareImages()
393 printf ("-%s: INFO actual colours of pixels differ\n", msg); in CompareImages()
/PHP-7.2/ext/opcache/tests/
H A Dbug73402.phpt11 public function info($msg) {
12 echo $msg;
H A Dbug75556.phpt16 $msg = 'Date objects must have UTC as their timezone';
17 throw new \UnexpectedValueException($msg);
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c69 char *msg = NULL; in PHP_RINIT_FUNCTION() local
71 phpdbg_webdata_compress(&msg, (int *)msglen); in PHP_RINIT_FUNCTION()
74 send(s, msg, *(int *) msglen, 0); in PHP_RINIT_FUNCTION()
/PHP-7.2/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt27 $msg = "Ping!";
28 $len = strlen($msg);
29 $bytes_sent = socket_sendto($socket, $msg, $len, 0); // cause warning
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address);
/PHP-7.2/ext/intl/collator/
H A Dcollator_class.h67 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
71 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), msg, 0 ); \
/PHP-7.2/ext/soap/tests/
H A Dbug68996.phpt15 return new SoapFault("\xfc\x63", "some msg");
43 …/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode></faultcode><faultstring>some msg</faultstring></SOAP…
45 …ult><env:Code><env:Value></env:Value></env:Code><env:Reason><env:Text>some msg</env:Text></env:Rea…
/PHP-7.2/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp65 char *msg; in _php_intlrbbi_constructor_body() local
68 spprintf(&msg, 0, "rbbi_create_instance: unable to create " in _php_intlrbbi_constructor_body()
71 intl_error_set_custom_msg(NULL, msg, 1); in _php_intlrbbi_constructor_body()
72 efree(msg); in _php_intlrbbi_constructor_body()
/PHP-7.2/ext/intl/spoofchecker/
H A Dspoofchecker_class.h74 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
77 intl_errors_set_custom_msg(SPOOFCHECKER_ERROR_P(co), msg, 0); \
/PHP-7.2/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt25 // refresh msg numbers
46 $envelope["subject"] = "Test msg 1";
78 $msg = imap_mail_compose($envelope, $body);
80 if (imap_append($imap_stream, $mailbox, $msg) === false) {
/PHP-7.2/ext/intl/locale/
H A Dlocale_methods.c394 char* msg = NULL; in get_icu_value_src_php() local
404 efree(msg); in get_icu_value_src_php()
436 intl_error_set( NULL, status, msg , 1 ); in get_icu_value_src_php()
437 efree(msg); in get_icu_value_src_php()
503 char* msg = NULL; in get_icu_disp_value_src_php() local
514 efree(msg); in get_icu_disp_value_src_php()
522 efree(msg); in get_icu_disp_value_src_php()
580 intl_error_set( NULL, status, msg , 1 ); in get_icu_disp_value_src_php()
581 efree(msg); in get_icu_disp_value_src_php()
609 intl_error_set( NULL, status, msg , 1 ); in get_icu_disp_value_src_php()
[all …]
/PHP-7.2/ext/sockets/
H A Dphp_sockets.h82 #define PHP_SOCKET_ERROR(socket, msg, errn) \ argument
88 php_error_docref(NULL, E_WARNING, "%s [%d]: %s", msg, _err, sockets_strerror(_err)); \

Completed in 39 milliseconds

12345678