Home
last modified time | relevance | path

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

1234567

/PHP-7.0/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.0/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.0/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.0/ext/opcache/tests/
H A Dbug73402.phpt11 public function info($msg) {
12 echo $msg;
/PHP-7.0/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()
H A Dphpdbg_webdata_transfer.h25 PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len);
H A Dphpdbg_wait.h27 void phpdbg_webdata_decompress(char *msg, int len);
/PHP-7.0/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);
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt26 $msg = "Ping!";
27 $len = strlen($msg);
28 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt28 $msg = "Ping!";
29 $len = strlen($msg);
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
/PHP-7.0/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.0/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.0/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.0/Zend/tests/
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);
H A Dexception_before_fatal.phpt5 function exception_error_handler($code, $msg) {
6 throw new Exception($msg);
H A Ddebug_backtrace_with_include_and_this.phpt20 set_error_handler(function($code, $msg, $file, $line) {
22 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";
/PHP-7.0/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.0/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.0/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.0/ext/sockets/
H A Dphp_sockets.h80 #define PHP_SOCKET_ERROR(socket, msg, errn) \ argument
86 php_error_docref(NULL, E_WARNING, "%s [%d]: %s", msg, _err, sockets_strerror(_err)); \
/PHP-7.0/ext/libxml/
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.0/ext/mysqli/tests/
H A Dmysqli_fork.phpt72 msg TEXT) ENGINE = InnoDB"))
91 …$sql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid(…
95 …$parent_sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'pa…
117 if ($tmp['msg'] == 'stop')
138 …$sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'child' ORD…
139 …$parent_sql = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posi…
148 switch ($row['msg']) {
155 $client_row = $row['msg'];
216 if (!$res = mysqli_query($link, "SELECT sender, msg FROM messages ORDER BY msg_id ASC"))
220 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));

Completed in 39 milliseconds

1234567