Home
last modified time | relevance | path

Searched refs:msg (Results 76 – 100 of 182) sorted by relevance

12345678

/PHP-7.2/ext/spl/tests/
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum)
8 echo "Error $msg in $filename on line $linenum\n";
/PHP-7.2/ext/curl/tests/
H A Dbug77535.phpt52 while (false !== $info && $info['msg'] == CURLMSG_DONE) {
53 if (CURLMSG_DONE !== $info['msg']) {
/PHP-7.2/ext/enchant/
H A Denchant.c398 char *msg; in PHP_FUNCTION() local
406 msg = enchant_broker_get_error(pbroker->pbroker); in PHP_FUNCTION()
407 if (msg) { in PHP_FUNCTION()
408 RETURN_STRING((char *)msg); in PHP_FUNCTION()
892 char *msg; in PHP_FUNCTION() local
900 msg = enchant_dict_get_error(pdict->pdict); in PHP_FUNCTION()
901 if (msg) { in PHP_FUNCTION()
902 RETURN_STRING((char *)msg); in PHP_FUNCTION()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_dump.h33 void zend_dump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const …
/PHP-7.2/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_fetchheader_variation5.phpt66 Subject: Test msg 1
77 Subject: Test msg 1
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_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-7.2/Zend/tests/
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
/PHP-7.2/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt45 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
/PHP-7.2/main/
H A Dphp.h355 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE) argument
357 #define php_log_err(msg) php_log_err_with_severity(msg, 5) argument
/PHP-7.2/ext/ftp/tests/
H A Dbug37799.phpt22 Warning: ftp_login(): %rdummy|bogus msg%r in %sbug37799.php on line 8
/PHP-7.2/ext/sodium/tests/
H A Dcrypto_shorthash.phpt14 $m2 = 'msg';
/PHP-7.2/ext/mysqli/tests/
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 D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-7.2/ext/soap/interop/
H A Dtest.utility.php119 function parseMessage($msg) argument
123 $response = new SOAP_Parser($msg);
/PHP-7.2/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-7.2/ext/fileinfo/libmagic/
H A Dcompress.c485 strlcpy((char *)*newch, z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()
494 char *msg; in makeerror() local
499 rv = vasprintf(&msg, fmt, ap); in makeerror()
506 *buf = (unsigned char *)msg; in makeerror()
507 *len = strlen(msg); in makeerror()
/PHP-7.2/win32/
H A Dsendmail.h45 static int Post(LPCSTR msg);
/PHP-7.2/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-7.2/ext/opcache/
H A Dshared_alloc_win32.c41 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() argument
60 ev_msgs[0] = msg; in zend_win_error_message()
75 zend_accel_error(type, "%s", msg); in zend_win_error_message()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c30 PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len) { in phpdbg_webdata_compress() argument
170 *msg = ZSTR_VAL(buf.s); in phpdbg_webdata_compress()

Completed in 48 milliseconds

12345678