Home
last modified time | relevance | path

Searched refs:m (Results 476 – 500 of 590) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/date/tests/
H A Dbug64992.phpt16 echo "Time Zone offset for $tz for " , $dt->format('Y-m-d') , " is $gmto\n";
H A Ddate_period_unserialize3.phpt57 ["m"]=>
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
H A Didate_variation4.phpt15 'Month number' => 'm',
H A Dgmstrftime_variation4.phpt14 'Month as decimal' => "%m",
H A Drfc-datetime_and_daylight_saving_time-type3-bd1.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Dstrftime_variation4.phpt15 'Month as decimal' => "%m",
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c323 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
525 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
529 m = 255 - m; in CMYKToRGB()
533 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt179 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
180 func_mysqli_stmt_get_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
183 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
184 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
187 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
H A Dmysqli_stmt_bind_result.phpt219 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
220 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
223 func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
224 … func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
227 func_mysqli_stmt_bind_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
/php-src/tests/lang/
H A D020.phpt41 echo "Hi, I'm default\n";
H A Dengine_assignExecutionOrder_002.phpt53 list(list($l,$m),$n) = $k;
54 echo "L=$l M=$m N=$n\n";
/php-src/ext/standard/tests/array/
H A Dusort_variation8.phpt14 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple",
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt22 preg_match('/^\s*\w+\s+\w+\s*(\d+)\s+(-?\d+)/m', $res, $matches);
/php-src/sapi/fpm/tests/
H A Dlog-suppress-output.phpt71 access.format = "'%m %r%Q%q' %s"
96 access.format = "'%m %r%Q%q' %s"
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1541 local m = sar(n, scale)
1542 if shl(m, scale) == n then
1544 local s = sar(m, bits-1)
1545 if s == 0 then return shl(m, shift)
1546 elseif s == -1 then return shl(m + shl(1, bits), shift) end
1548 if sar(m, bits) == 0 then return shl(m, shift) end
1725 local mode, m, s = parse_label(params[n], false)
1726 if p == "K" then m = m + 2048 end
1727 waction("REL_"..mode, m, s, 1)
/php-src/Zend/Optimizer/
H A Dzend_inference.c553 temp = (a | m) & -m; in minOR()
559 temp = (c | m) & -m; in minOR()
565 m = m >> 1; in minOR()
577 temp = (b - m) | (m - 1); in maxOR()
582 temp = (d - m) | (m - 1); in maxOR()
588 m = m >> 1; in maxOR()
600 temp = (a | m) & -m; in minAND()
605 temp = (c | m) & -m; in minAND()
611 m = m >> 1; in minAND()
623 temp = (b | ~m) | (m - 1); in maxAND()
[all …]
/php-src/ext/openssl/tests/
H A Dprivate_rsa_4096.key30 oWkuZj2fUnhjeAKhkQ4ZheH6+fk2Tt0+kU1Jl+Iym/ciE/m/N8RUyqq2FOnmwktz
/php-src/ext/sockets/tests/
H A Dsocket_sendto_zerocopy.phpt7 $arch = php_uname('m');
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c292 int m; in cdf_file_summary_info() local
337 m = cdf_file_property_info(ms, info, count, root_storage); in cdf_file_summary_info()
340 return m == -1 ? -2 : m; in cdf_file_summary_info()
/php-src/ext/soap/tests/
H A Dfault_warning.phpt32 new SoapFault(["m", "more", "superfluous"], "message"); // two required
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt120 string(1) "m"
/php-src/ext/pdo_firebird/tests/
H A Dexecute.phpt18 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt39 array( 'm%Z${-8', '2ef77eeb' ),
162 array( 'N[K 7\\|^n[+[9(L}.%BDg85ezwc?$m>R', '1966e89b' ),
165 array( 'i)a\\~g]Aa%9{qu[G\\J}b.Q JBY.m"c`k', '195cad65' ),
166 array( 'lCIk,\'.m-Gj >GH{qF^!x_L;9Z*;?k(,', '36f68af8' ),
184 array( 'Y`w?NJ_ysqh#1)Hw-w{-m!Qc^9j^g;EB{=bK', '79ccb205' ),
204 array( '>_5OV|n;[)ZdE.-U <n\'Xf|NhQ$@?m)]M>.$;}?w', '2fb33679' ),
211 array( '3v#<m.S#]2KZ`\'J3C1,2Q =M*8S)i"W|y[:hinlH"', '948a6c9e' ),
219 array( 'd|=vW63s@];SD^_ Ztcjm*He~/m!+?Xp<vgs-{hMY$"', '1ed13f33' ),
236 array( 't$U)x8*X/{,3W)H@hW m;\'bA+?mV}K(rP^|Iw("\'$/;\\9d', '5ec32f02' ),
244 array( 'Ek7S;@6m^A)L<a864G|=L,QP^fgVf_f,L~`g?vV~9_KVBdlW', '8c43dabf' ),
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h39 #define mysql_autocommit(r,m) mysqlnd_autocommit((r),(m)) argument

Completed in 53 milliseconds

1...<<11121314151617181920>>...24