Home
last modified time | relevance | path

Searched refs:m (Results 151 – 175 of 495) sorted by relevance

12345678910>>...20

/PHP-7.0/ext/mcrypt/tests/
H A Dbug41252.phpt9 print "I'm alive!\n";
13 I'm alive!
/PHP-7.0/ext/date/tests/
H A Dbug26090.phpt8 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
11 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
H A Dbug26198.phpt6 echo gmdate("F Y (Y-m-d H:i:s T)\n", strtotime("Oct 2001"));
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Dbug54316.phpt7 $dt = DateTime::createFromFormat('Y-m-d|', '2011-02-02');
10 $dt = DateTime::createFromFormat('Y-m-d!', '2011-02-02');
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
H A Dbug53437.phpt9 echo $dt->format('Y-m-d H:i:s')."\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
57 ["m"]=>
116 ["m"]=>
H A Dbug46874.phpt8 echo $date->format("Y-m-d H:i:s\n");
15 echo $date->format("Y-m-d H:i:s\n");
H A Dbug48678.phpt13 [m] => 6
31 [m] => 6
H A Dbug68669.phpt7 var_dump(DateTime::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
8 var_dump(DateTimeImmutable::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
H A Dbug52454.phpt10 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
16 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
H A Dbug26320.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42"));
12 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42Z"));
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A Dbug72096.phpt8 echo "Time:", gmdate('Y-m-d H:i:s = B', $unix), PHP_EOL;
9 echo "Time:", gmdate('Y-m-d H:i:s = B', $unix - 82 * 365 * 24 * 3600), PHP_EOL;
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_net.c90 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD()
271 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD()
303 ret = net->data->m.open_pipe; in MYSQLND_METHOD()
308 ret = net->data->m.open_tcp_or_unix; in MYSQLND_METHOD()
332 net->data->m.close_stream(net, conn_stats, error_info); in MYSQLND_METHOD()
338 (void) net->data->m.set_stream(net, net_stream); in MYSQLND_METHOD()
914 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD()
1103 (void) net->data->m.set_stream(net, NULL); in MYSQLND_METHOD()
1138 net->data->m.free_contents(net); in MYSQLND_METHOD()
1139 net->data->m.close_stream(net, stats, error_info); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_auth.c60 auth_resp_packet = conn->protocol->m.get_auth_response_packet(conn->protocol, FALSE); in mysqlnd_auth_handshake()
68 …change_auth_resp_packet = conn->protocol->m.get_change_auth_response_packet(conn->protocol, FALSE); in mysqlnd_auth_handshake()
83 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE); in mysqlnd_auth_handshake()
181 chg_user_resp = conn->protocol->m.get_change_user_response_packet(conn->protocol, FALSE); in mysqlnd_auth_change_user()
204 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE); in mysqlnd_auth_change_user()
222 if (conn->m->get_server_version(conn) >= 50123) { in mysqlnd_auth_change_user()
262 if (conn->m->get_server_version(conn) > 50113L &&conn->m->get_server_version(conn) < 50118L) { in mysqlnd_auth_change_user()
267 DBG_INF_FMT("Server is %u, buggy, sends two ERR messages", conn->m->get_server_version(conn)); in mysqlnd_auth_change_user()
294 if (conn->m->get_server_version(conn) < 50123) { in mysqlnd_auth_change_user()
295 ret = conn->m->set_charset(conn, old_cs->name); in mysqlnd_auth_change_user()
[all …]
/PHP-7.0/ext/oci8/tests/
H A Ddetails.inc54 $m = oci_error($c);
55 … echo "oci8_test_sql_execute() error:". PHP_EOL . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
60 $m = oci_error($s);
61 if (!in_array($m['code'], array( // ignore expected errors
69 echo "oci8_test_sql_execute() error:". PHP_EOL . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
/PHP-7.0/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
38 var_dump(fread($stream, strlen($m)));
H A Dsocket_import_stream-3.phpt33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
37 var_dump(fread($stream, strlen($m)));
/PHP-7.0/ext/date/lib/
H A Dtimelib.h77 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
78 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
79 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
81 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
82 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
84 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-7.0/Zend/tests/
H A Dbug71275.phpt17 echo "I'm working hard to clone";
27 I'm working hard to clone
/PHP-7.0/ext/gd/libgd/
H A Dgd_matrix.c307 int gdAffineRectilinear (const double m[6]) in gdAffineRectilinear()
309 return ((fabs (m[1]) < GD_EPSILON && fabs (m[2]) < GD_EPSILON) || in gdAffineRectilinear()
310 (fabs (m[0]) < GD_EPSILON && fabs (m[3]) < GD_EPSILON)); in gdAffineRectilinear()
/PHP-7.0/ext/pcre/tests/
H A Dpcre_anchored.phpt12 var_dump(preg_match('/\PN+/', '123abc', $m));
13 var_dump($m);
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug46542.phpt10 { function __call($m, $p) {print __CLASS__."::$m\n";} }
/PHP-7.0/tests/classes/
H A D__call_001.phpt11 function __call($m, $a) {
12 echo "Method $m called:\n";
/PHP-7.0/ext/hash/
H A Dhash_gost.c129 #define SHIFT12(u, m, s) \ argument
130 u[0] = m[0] ^ s[6]; \
131 u[1] = m[1] ^ s[7]; \
132 u[2] = m[2] ^ (s[0] << 16) ^ (s[0] >> 16) ^ (s[0] & 0xffff) ^ \
135 u[3] = m[3] ^ (s[0] & 0xffff) ^ (s[0] << 16) ^ (s[1] & 0xffff) ^ \
139 u[4] = m[4] ^ \
144 u[5] = m[5] ^ (s[0] << 16) ^ (s[0] >> 16) ^ (s[0] & 0xffff0000) ^ \
148 u[6] = m[6] ^ s[0] ^ (s[1] >> 16) ^ (s[2] << 16) ^ s[3] ^ (s[3] >> 16) ^ \
151 u[7] = m[7] ^ (s[0] & 0xffff0000) ^ (s[0] << 16) ^ (s[1] & 0xffff) ^ \
213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
[all …]

Completed in 38 milliseconds

12345678910>>...20