Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 140) sorted by relevance

123456

/PHP-5.3/win32/
H A Dtime.c137 struct timer_msg *msg = (struct timer_msg *) info;
139 if (msg) {
140 raise((int) msg->signal);
141 PostThreadMessage(msg->threadid,
142 WM_NOTIFY, msg->signal, 0);
143 free(msg);
156 struct timer_msg *msg = malloc(sizeof(struct timer_msg));
157 msg->threadid = GetCurrentThreadId();
163 msg->signal = SIGALRM;
167 msg->signal = SIGVTALRM;
[all …]
/PHP-5.3/ext/intl/
H A Dintl_error.c100 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg() argument
102 if( !msg ) in intl_error_set_custom_msg()
106 php_error_docref(NULL TSRMLS_CC, INTL_G(error_level), "%s", msg); in intl_error_set_custom_msg()
118 err->custom_error_message = copyMsg ? estrdup( msg ) : msg; in intl_error_set_custom_msg()
176 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set() argument
179 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_error_set()
186 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set() argument
189 intl_errors_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_errors_set()
206 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set_custom_msg() argument
209 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg()
[all …]
H A Dintl_data.h49 #define INTL_CHECK_STATUS(err, msg) \ argument
53 intl_error_set_custom_msg( NULL, msg, 0 TSRMLS_CC ); \
58 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument
62 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 TSRMLS_CC ); \
67 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
71 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 TSRMLS_CC ); \
H A Dintl_error.h36 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
37 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
43 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
45 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
/PHP-5.3/ext/com_dotnet/
H A Dcom_olechar.c57 char *msg = php_win_err(GetLastError()); in php_com_string_to_olestring() local
60 "Could not convert string to unicode: `%s'", msg); in php_com_string_to_olestring()
62 LocalFree(msg); in php_com_string_to_olestring()
88 char *msg = php_win_err(GetLastError()); in php_com_olestring_to_string() local
91 "Could not convert string from unicode: `%s'", msg); in php_com_olestring_to_string()
93 LocalFree(msg); in php_com_olestring_to_string()
H A Dcom_com.c225 char *werr, *msg; in PHP_FUNCTION() local
232 efree(msg); in PHP_FUNCTION()
396 msg = NULL; in php_com_invoke_helper()
408 if (msg) { in php_com_invoke_helper()
410 efree(msg); in php_com_invoke_helper()
483 char *msg = NULL; in php_com_do_invoke_byref() local
488 efree(msg); in php_com_do_invoke_byref()
638 char *msg = NULL; in php_com_do_invoke() local
647 efree(msg); in php_com_do_invoke()
780 MSG msg; in PHP_FUNCTION() local
[all …]
/PHP-5.3/Zend/tests/
H A Dbug60569.phpt6 $msg = "Some error \x00 message";
7 throw new Exception($msg);
9 var_dump($e->getMessage(), $msg);
H A Dclass_alias_005.phpt7 static public function msg() {
19 foo::msg();
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
6 echo "Error handler called ($msg)\n";
7 throw new \ErrorException($msg, $code, 0, $file, $line);
/PHP-5.3/ext/pgsql/tests/
H A D09notice.phpt26 $msg = pg_last_notice($db);
27 if ($msg === FALSE) {
29 var_dump($msg);
31 echo $msg."\n";
H A D21pg_get_notify.phpt15 $msg = pg_get_notify($db);
17 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/PHP-5.3/tests/classes/
H A Dctor_failure.phpt8 function __construct($msg) {
9 echo __METHOD__ . "($msg)\n";
10 throw new Exception($msg);
/PHP-5.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h42 …ine PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), … argument
43 …ine PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), … argument
53 static inline void PDO_DBG_INF(char *msg) {} in PDO_DBG_INF() argument
54 static inline void PDO_DBG_ERR(char *msg) {} in PDO_DBG_ERR() argument
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.h88 …e DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __LINE_… argument
89 …e DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __LINE_… argument
134 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX() argument
135 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX() argument
148 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument
149 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument
163 static inline void DBG_INF(const char * const msg) {} in DBG_INF() argument
164 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR() argument
/PHP-5.3/ext/filter/tests/
H A D046.phpt24 function test_validation($val, $msg) {
26 echo "$msg filtered: "; var_dump($f); // filtered value (or false)
27 echo "$msg is_long: "; var_dump(is_long($f)); // test validation
28 echo "$msg equal: "; var_dump($val == $f); // test equality of result
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_trace_mach.c63 char *msg = ""; in fpm_trace_ready() local
66 msg = " It seems that master process does not have enough privileges to trace processes."; in fpm_trace_ready()
68 zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg); in fpm_trace_ready()
/PHP-5.3/ext/libxml/
H A Dphp_libxml.h91 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
92 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
93 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
96 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg TSRMLS_DC);
H A Dlibxml.c455 error_copy.message = xmlStrdup(msg); in _php_list_set_error_structure()
483 void php_libxml_issue_error(int level, const char *msg TSRMLS_DC) in php_libxml_issue_error()
486 _php_list_set_error_structure(NULL, msg); in php_libxml_issue_error()
488 php_error_docref(NULL TSRMLS_CC, level, "%s", msg); in php_libxml_issue_error()
499 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
531 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() argument
534 va_start(args, msg); in php_libxml_ctx_error()
535 php_libxml_internal_error_handler(PHP_LIBXML_CTX_ERROR, ctx, &msg, args); in php_libxml_ctx_error()
542 va_start(args, msg); in php_libxml_ctx_warning()
557 va_start(args, msg); in php_libxml_error_handler()
[all …]
/PHP-5.3/ext/imap/tests/
H A Dimap_fetchheader_basic.phpt18 $stream_id = setup_test_mailbox('', 1, $mailbox, 'multiPart'); // setup temp mailbox with 1 msg
52 Subject: Test msg 1
60 Subject: Test msg 1
68 Subject: Test msg 1
77 Subject: Test msg 1
/PHP-5.3/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-5.3/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-5.3/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-5.3/sapi/milter/
H A Dmilter.php25 function milter_log($msg) argument
28 fwrite($GLOBALS['log'], date("[H:i:s d.m.Y]") . "\t{$msg}\n");
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.h61 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
65 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), msg, 0 TSRMLS_CC ); \
/PHP-5.3/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);

Completed in 47 milliseconds

123456