Home
last modified time | relevance | path

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

123456

/PHP-5.3/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-5.3/ext/intl/locale/
H A Dlocale_methods.c379 char* msg = NULL; in get_icu_value_src_php() local
389 efree(msg); in get_icu_value_src_php()
417 intl_error_set( NULL, status, msg , 1 TSRMLS_CC ); in get_icu_value_src_php()
418 efree(msg); in get_icu_value_src_php()
485 char* msg = NULL; in get_icu_disp_value_src_php() local
496 efree(msg); in get_icu_disp_value_src_php()
504 efree(msg); in get_icu_disp_value_src_php()
562 intl_error_set( NULL, status, msg , 1 TSRMLS_CC ); in get_icu_disp_value_src_php()
563 efree(msg); in get_icu_disp_value_src_php()
591 intl_error_set( NULL, status, msg , 1 TSRMLS_CC ); in get_icu_disp_value_src_php()
[all …]
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c41 char *msg; in dblib_fetch_error() local
49 msg = einfo->lastmsg; in dblib_fetch_error()
51 msg = DBLIB_G(err).lastmsg; in dblib_fetch_error()
54 msg = einfo->dberrstr; in dblib_fetch_error()
58 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); in dblib_fetch_error()
/PHP-5.3/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));
H A Dmysqli_set_local_infile_handler_close_link.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_closures.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_buffer_overflow.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_closefile.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_kill_link.phpt17 if ($msg = check_local_infile_support($link, $engine))
18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_negative_len.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_nofileop.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_replace_buffer.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_unregister.phpt17 if ($msg = check_local_infile_support($link, $engine))
18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_bad_character.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-5.3/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt24 $msg = "Ping!";
25 $len = strlen($msg);
26 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt25 $msg = "Ping!";
26 $len = strlen($msg);
27 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug40398.phpt8 function __construct($msg)
10 echo __METHOD__ . "($msg)\n";
/PHP-5.3/ext/standard/tests/file/
H A Dunlink_variation10.phpt60 $msg = "soft link";
64 $msg = "hard link";
66 echo "-- unlinking $msg $tounlink --\n";
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt58 // sleep for a while to allow msg to be delivered
69 echo "Id of msg just sent is $i\n";
92 Id of msg just sent is %d
H A Dmail_basic_alt2-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
90 Id of msg just sent is %d
H A Dmail_basic_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
90 Id of msg just sent is %d
H A Dmail_basic_alt4-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
91 Id of msg just sent is %d
H A Dmail_include.inc94 $msg = "From: foo@anywhere.com\r\n"
102 $envelope["subject"] = "Test msg $i";
127 $msg = imap_mail_compose($envelope, $body);
130 imap_append($imap_stream, $mailbox, $msg);
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt97 $msg = $e->getMessage();
99 if (false === stristr($msg, (string)$v)) {
101 $v, $msg);
135 $msg = $e->getMessage();
137 if (false === stristr($msg, (string)$v)) {
139 $v, $msg);
/PHP-5.3/ext/spl/tests/
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum, $vars)
8 echo "Error $msg in $filename on line $linenum\n";

Completed in 46 milliseconds

123456