Home
last modified time | relevance | path

Searched refs:m (Results 201 – 225 of 586) sorted by relevance

12345678910>>...24

/php-src/ext/date/tests/
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 DDateInterval_serialize-001.phpt32 ["m"]=>
54 string(164) "O:12:"DateInterval":10:{s:1:"y";i:2;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:6;s:1:"i";i:8;s:…
61 ["m"]=>
86 ["m"]=>
H A Dbug53437_var0.phpt9 echo $dt->format('Y-m-d H:i:s')."\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
56 ["m"]=>
107 ["m"]=>
H A Dgmstrftime_variation16.phpt20 'Time in a.m/p.m notation' => "%r",
37 --Time in a.m/p.m notation--
H A Dstrftime_variation16.phpt20 'Time in a.m/p.m notation' => "%r",
37 --Time in a.m/p.m notation--
H A Dbug65003.phpt14 echo $interval->format('%m month, %d days'), "\n"; //1 month, 3 days
17 echo $interval->format('%m month, %d days'), "\n"; //1 month, 0 days
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 Dbug81263.phpt16 [m] => 0
29 [m] => 0
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 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 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 Dbug73837.phpt14 var_dump($prev_dt->format("Y-m-d H:i:s.u"));
15 var_dump($dt->format("Y-m-d H:i:s.u"));
/php-src/Zend/tests/
H A Dexception_stream_wrapper.phpt15 function __call($m, $a) {
16 echo "$m\n";
H A Dbug71275.phpt17 echo "I'm working hard to clone";
27 I'm working hard to clone
H A Dbug47054.phpt12 public function m() {
18 $d->m();
H A Dbug79793.phpt8 set_error_handler(function($_, $m) use (&$key) {
9 echo "$m\n";
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua605 local m = sar(n, scale)
606 if shl(m, scale) == n then
608 local s = sar(m, bits-1)
612 if sar(m, bits) == 0 then return shl(m, shift) end
625 local m = band(n)
627 if shr(m, 8) == 0 then return m + shl(band(i, 15), 8) end
628 m = ror(m, 2)
760 if ldrd and (m == d or m-1 == d) then werror("register conflict") end
770 local m = parse_imm_load(imm, ext)
774 local m, neg = parse_gpr_pm(p2a)
[all …]
H A Ddasm_arm64.lua325 local m = sar(n, scale)
326 if shl(m, scale) == n then
328 local s = sar(m, bits-1)
332 if sar(m, bits) == 0 then return shl(m, shift) end
413 local m = sar(n, scale)
414 if shl(m, scale) == n and m >= 0 and m < 0x1000 then
431 local m, e = math.frexp(n)
433 if m < 0 then m = -m; s = 0x00100000 end
434 m = m*32-16
435 if m % 1 == 0 and m >= 0 and m <= 15 and sar(shl(e2, 29), 29)+2 == e then
[all …]
H A Ddasm_mips.lua861 local m = sar(n, scale)
862 if shl(m, scale) == n then
864 local s = sar(m, bits-1)
865 if s == 0 then return shl(m, shift)
868 if sar(m, bits) == 0 then return shl(m, shift) end
983 local mode, m, s = parse_label(params[n], false)
984 if p == "J" then m = m + 0xa800
985 elseif p == "K" then m = m + 0x5000
986 elseif p == "L" then m = m + 0xa000 end
987 waction("REL_"..mode, m, s, 1)
[all …]
/php-src/ext/pgsql/tests/
H A Dbug71062.phpt22 $modified_format = 'Y-m-d H:i:sO';
44 trying format Y-m-d\TH:i:sO
45 trying format Y-m-d H:i:sO
/php-src/ext/gd/libgd/
H A Dgd_matrix.c305 int gdAffineRectilinear (const double m[6]) in gdAffineRectilinear()
307 return ((fabs (m[1]) < GD_EPSILON && fabs (m[2]) < GD_EPSILON) || in gdAffineRectilinear()
308 (fabs (m[0]) < GD_EPSILON && fabs (m[3]) < GD_EPSILON)); in gdAffineRectilinear()
/php-src/ext/pcre/tests/
H A Dpcre_anchored.phpt12 var_dump(preg_match('/\PN+/', '123abc', $m));
13 var_dump($m);
/php-src/ext/mbstring/tests/
H A Dbug76999.phpt12 var_dump(mb_regex_set_options("m"));
14 var_dump(mb_regex_set_options("m"));
/php-src/ext/gmp/tests/
H A Dgmp_pown.phpt19 $m = gmp_init(900);
20 var_dump(gmp_strval(gmp_powm($n,$e,$m)));
34 var_dump(gmp_powm(array(),$e,$m));
39 var_dump(gmp_powm($n,array(),$m));

Completed in 36 milliseconds

12345678910>>...24