Home
last modified time | relevance | path

Searched refs:msg (Results 51 – 75 of 140) sorted by relevance

123456

/PHP-5.3/ext/dba/
H A Ddba_db4.c43 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn() argument
53 && (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1) in php_dba_db4_errcall_fcn()
54 || !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) { in php_dba_db4_errcall_fcn()
60 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree_rb.c328 static void check_redblack_tree(BtRbTree * tree, char ** msg) in check_redblack_tree() argument
363 *msg = append_val(*msg, buf); in check_redblack_tree()
364 *msg = append_node(*msg, tree->pHead, 0); in check_redblack_tree()
365 *msg = append_val(*msg, "\n"); in check_redblack_tree()
383 *msg = append_val(*msg, buf); in check_redblack_tree()
384 *msg = append_node(*msg, tree->pHead, 0); in check_redblack_tree()
385 *msg = append_val(*msg, "\n"); in check_redblack_tree()
1244 char * msg = 0; in memRbtreeIntegrityCheck() local
1249 check_redblack_tree(pTree, &msg); in memRbtreeIntegrityCheck()
1252 return msg; in memRbtreeIntegrityCheck()
/PHP-5.3/ext/com_dotnet/
H A Dcom_variant.c447 char *werr, *msg; in PHP_FUNCTION() local
453 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
454 efree(msg); in PHP_FUNCTION()
1028 char *werr, *msg; in PHP_FUNCTION() local
1031 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1034 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
1035 efree(msg); in PHP_FUNCTION()
1062 char *werr, *msg; in PHP_FUNCTION() local
1065 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1068 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_new_query.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug53503.phpt12 if ($msg = check_local_infile_support($link, $engine))
13 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_nested_call.phpt20 if ($msg = check_local_infile_support($link, $engine))
21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_short_len.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/ftp/tests/
H A Dbug37799.phpt21 Warning: ftp_login(): bogus msg in %sbug37799.php on line 8
/PHP-5.3/Zend/tests/
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
/PHP-5.3/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt15 * Pass different integers, strings, msg sequences and msg UIDs as $msg_no argument
H A Dimap_include.inc140 $msg = "From: foo@anywhere.com\r\n"
148 $envelope["subject"] = "Test msg $i";
173 $msg = imap_mail_compose($envelope, $body);
176 imap_append($imap_stream, $mailbox, $msg);
H A Dimap_clearflag_full_basic.phpt25 echo "Initial msg count in new_mailbox : ". $check->Nmsgs . "\n";
60 Initial msg count in new_mailbox : 10
H A Dimap_fetchheader_variation5.phpt66 Subject: Test msg 1
77 Subject: Test msg 1
H A Dimap_append_basic.phpt45 echo "List the msg headers\n";
64 List the msg headers
H A Dimap_fetchheader_variation2.phpt22 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
130 Subject: Test msg 1
184 Subject: Test msg 1
198 Subject: Test msg 1
/PHP-5.3/ext/enchant/
H A Denchant.c401 char *msg; in PHP_FUNCTION() local
409 msg = enchant_broker_get_error(pbroker->pbroker); in PHP_FUNCTION()
410 if (msg) { in PHP_FUNCTION()
411 RETURN_STRING((char *)msg, 1); in PHP_FUNCTION()
901 char *msg; local
909 msg = enchant_dict_get_error(pdict->pdict);
910 if (msg) {
911 RETURN_STRING((char *)msg, 1);
/PHP-5.3/ext/soap/interop/
H A Dtest.utility.php119 function parseMessage($msg) argument
123 $response = new SOAP_Parser($msg);
/PHP-5.3/ext/sysvmsg/tests/
H A D005.phpt29 var_dump(msg_receive($q, 0, $null, 1, $msg, true, 0, $errno));
32 var_dump(msg_receive($q, 0, $null, 0, $msg));
H A D002.phpt12 var_dump($res = msg_receive ($queue, 1, $msg_type, 16384, $msg, true, 0, $msg_error));
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt63 private function __construct($msg) {
65 var_dump($msg);
73 private function __construct($msg) {
75 var_dump($msg);
/PHP-5.3/win32/
H A Dsendmail.h47 static int Post(LPCSTR msg);
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt2-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";

Completed in 46 milliseconds

123456