Home
last modified time | relevance | path

Searched refs:m (Results 176 – 200 of 488) sorted by relevance

12345678910>>...20

/PHP-7.4/Zend/tests/
H A Dbug71275.phpt17 echo "I'm working hard to clone";
27 I'm working hard to clone
H A Dbug79793.phpt8 set_error_handler(function($_, $m) use (&$key) {
9 echo "$m\n";
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug46542.phpt10 { function __call($m, $p) {print __CLASS__."::$m\n";} }
/PHP-7.4/ext/date/tests/
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 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 Dbug26320.phpt13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42"));
14 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42Z"));
H A Dbug48678.phpt13 [m] => 6
32 [m] => 6
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 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;
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 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"]=>
118 ["m"]=>
H A Dbug52062-64bit.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
16 var_dump($d->format('Y-m-d H:i:s U'));
H A Dbug74639.phpt22 if ($interval->format('Y-m-d H:i:s') != $clonedInterval->format('Y-m-d H:i:s')) {
H A Dbug62561.phpt11 echo 'ts: '.$ts->format('Y-m-d H:i:s')."\n";
12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
H A Dbug63740.phpt23 echo $dt->format( "D Y-m-d H:i" ), " → ";
27 echo $dtn->format( "D Y-m-d H:i" ), "\n";
H A Dbug28088.phpt8 echo gmdate("m/d/y Hi", strtotime("04/04/04 2345")), "\n";
11 echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";
/PHP-7.4/ext/pcre/tests/
H A Dpcre_anchored.phpt12 var_dump(preg_match('/\PN+/', '123abc', $m));
13 var_dump($m);
/PHP-7.4/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.4/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c62 …if (PASS == pfc->data->m.encode((compress_buf + COMPRESSED_HEADER_SIZE + MYSQLND_HEADER_SIZE), &tm… in write_compressed_packet()
83 int error = pfc->data->m.decode(decompressed_data, decompressed_size, in write_compressed_packet()
174 …bytes_sent = vio->data->m.network_write(vio, p, to_be_sent + MYSQLND_HEADER_SIZE, conn_stats, erro… in MYSQLND_METHOD()
227 …if (FAIL == vio->data->m.network_read(vio, comp_header, COMPRESSED_HEADER_SIZE, conn_stats, error_… in MYSQLND_METHOD()
237 …if (FAIL == vio->data->m.network_read(vio, compressed_data, net_payload_size, conn_stats, error_in… in MYSQLND_METHOD()
345 …if (FAIL == vio->data->m.network_read(vio, net_header, MYSQLND_HEADER_SIZE, conn_stats, error_info… in MYSQLND_METHOD()
371 DBG_RETURN(pfc->data->m.receive(pfc, vio, p, to_read, conn_stats, error_info)); in MYSQLND_METHOD()
376 DBG_RETURN(vio->data->m.network_read(vio, p, to_read, conn_stats, error_info)); in MYSQLND_METHOD()
449 pfc->data->m.set_client_option(pfc, MYSQLND_OPT_NET_CMD_BUFFER_SIZE, (char *) &buf_size); in MYSQLND_METHOD()
462 pfc->data->m.free_contents(pfc); in MYSQLND_METHOD()
[all …]
/PHP-7.4/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.4/ext/sodium/tests/
H A Dcrypto_generichash.phpt19 sodium_crypto_generichash_update($state, 'm');
24 sodium_crypto_generichash_update($state, 'm');
29 sodium_crypto_generichash_update($state, 'm');
H A Dsodium_error_001.phpt13 $m = 12;
15 $hash = do_crypto_shorthash($m, $key);
/PHP-7.4/ext/date/lib/
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
34 (367L*(y)-((7*((y)+(((m)+9)/12)))/4)+((275*(m))/9)+(d)-730530L)
237 t_utc->m = t_loc->m; in timelib_astro_rise_set_altitude()
/PHP-7.4/ext/hash/
H A Dhash_gost.c127 #define SHIFT12(u, m, s) \ argument
128 u[0] = m[0] ^ s[6]; \
129 u[1] = m[1] ^ s[7]; \
130 u[2] = m[2] ^ (s[0] << 16) ^ (s[0] >> 16) ^ (s[0] & 0xffff) ^ \
133 u[3] = m[3] ^ (s[0] & 0xffff) ^ (s[0] << 16) ^ (s[1] & 0xffff) ^ \
137 u[4] = m[4] ^ \
142 u[5] = m[5] ^ (s[0] << 16) ^ (s[0] >> 16) ^ (s[0] & 0xffff0000) ^ \
146 u[6] = m[6] ^ s[0] ^ (s[1] >> 16) ^ (s[2] << 16) ^ s[3] ^ (s[3] >> 16) ^ \
149 u[7] = m[7] ^ (s[0] & 0xffff0000) ^ (s[0] << 16) ^ (s[1] & 0xffff) ^ \
211 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_factories_basic.phpt12 $m = array('createWordInstance', 'createLineInstance', 'createCharacterInstance',
17 foreach ($m as $method) {

Completed in 81 milliseconds

12345678910>>...20