Home
last modified time | relevance | path

Searched refs:msg (Results 76 – 100 of 217) sorted by last modified time

123456789

/php-src/ext/dom/lexbor/lexbor/css/
H A Dlog.h81 lxb_css_log_message_serialize(lxb_css_log_message_t *msg,
85 lxb_css_log_message_serialize_char(lxb_css_log_message_t *msg,
/php-src/ext/standard/tests/file/
H A D007_variation23.phpt9 checking for the warning msg when trying to open an existing file in "xb" mode,
H A D007_variation24.phpt9 checking for the warning msg when trying to open an existing file in "x+b" mode,
H A D007_variation7.phpt9 checking for the warning msg when trying to open an existing file in "x" mode,
H A D007_variation8.phpt9 checking for the warning msg when trying to open an existing file in "x+" mode,
H A D007_variation15.phpt18 checking for the warning msg when trying to open an existing file in "xt" mode,
H A D007_variation16.phpt9 checking for the warning msg when trying to open an existing file in "x+t" mode,
/php-src/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt42 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
H A Dsocket_cmsg_credentials_fbsd.phpt33 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt28 $msg = "Ping!";
29 $len = strlen($msg);
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
H A Dsocket_sentto_recvfrom_unix.phpt27 $msg = "Ping!";
28 $len = strlen($msg);
29 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28172 !:ext msg
28180 !:ext msg
28219 !:ext msg
28220 #!:ext msg/dat
30366 !:mime application/x-ms-msg
30367 !:ext msg
30852 !:ext msg
30927 0 name os2-msg-info
30951 # filename[260]; name of file like: dbaseos2.msg dde4c01e.msg os2ldr.mgr xdfh.msg ...
39889 # unins000.msg, unins001.msg, ...
[all …]
H A Dmagic28172 !:ext msg
28180 !:ext msg
28219 !:ext msg
28220 #!:ext msg/dat
30366 !:mime application/x-ms-msg
30367 !:ext msg
30852 !:ext msg
30927 0 name os2-msg-info
30951 # filename[260]; name of file like: dbaseos2.msg dde4c01e.msg os2ldr.mgr xdfh.msg ...
39889 # unins000.msg, unins001.msg, ...
[all …]
/php-src/Zend/tests/
H A Doss_fuzz_61712b.phpt7 function error($_, $msg) {
8 echo $msg, "\n";
H A Doss_fuzz_61712.phpt7 function error($_, $msg) {
8 echo $msg, "\n";
/php-src/ext/intl/msgformat/
H A Dmsgformat_format.c131 char *msg = NULL; in PHP_FUNCTION() local
134 …spprintf( &msg, 0, "pattern syntax error (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "… in PHP_FUNCTION()
139 intl_errors_set_custom_msg(/* intl_error* */ NULL, msg, 1 ); in PHP_FUNCTION()
141 efree( msg ); in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c84 char * msg; in mysqlnd_run_authentication() local
85 …mnd_sprintf(&msg, 0, "The server requested authentication method unknown to the client [%s]", requ… in mysqlnd_run_authentication()
86 SET_CLIENT_ERROR(conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, msg); in mysqlnd_run_authentication()
87 mnd_sprintf_free(msg); in mysqlnd_run_authentication()
1285 char * msg; in mysqlnd_caching_sha2_handle_server_response() local
1286 …mnd_sprintf(&msg, 0, "Unexpected server response while doing caching_sha2 auth: %i", result_packet… in mysqlnd_caching_sha2_handle_server_response()
1287 SET_CLIENT_ERROR(conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, msg); in mysqlnd_caching_sha2_handle_server_response()
1288 mnd_sprintf_free(msg); in mysqlnd_caching_sha2_handle_server_response()
/php-src/ext/mysqli/tests/
H A Dmysqli_local_infile_directory_access_denied.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_fork.phpt71 msg TEXT) ENGINE = InnoDB"))
90 …$sql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid(…
94 …$parent_sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'pa…
116 if ($tmp['msg'] == 'stop')
137 …$sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'child' ORD…
138 …$parent_sql = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posi…
147 switch ($row['msg']) {
154 $client_row = $row['msg'];
215 if (!$res = mysqli_query($link, "SELECT sender, msg FROM messages ORDER BY msg_id ASC"))
219 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));
H A Dbug77956.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug68077.phpt13 if ($msg = check_local_infile_support($link, $engine))
14 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug53503.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug49442.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));

Completed in 223 milliseconds

123456789