Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 159) sorted by relevance

1234567

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_portability.h342 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((long*) (M)); \ argument
346 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument
348 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
422 #define float4get(V,M) do { float def_temp;\ argument
438 #define float8get(V,M) do { double def_temp;\ argument
450 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
462 #define float8get(V,M) do { double def_temp;\ argument
463 ((char*) &def_temp)[0]=(M)[4];\
464 ((char*) &def_temp)[1]=(M)[5];\
487 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) argument
[all …]
H A Dconfig-win.h98 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \ argument
99 *(((int32_t *) &V)+1) = *(((int32_t*) M)+1); }
102 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); } argument
/PHP-5.5/ext/date/tests/
H A Ddate_modify-1.phpt9 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
15 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
17 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
20 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
22 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
H A Dtest-parse-from-format.phpt35 string(16) "l, d-M-Y H:i:s T"
57 string(16) "D, d M y H:i:s O"
68 string(16) "l, d-M-y H:i:s T"
79 string(16) "D, d M y H:i:s O"
90 string(16) "D, d M Y H:i:s O"
101 string(16) "D, d M Y H:i:s O"
123 string(16) "D, d M Y H:i:s O"
H A Dbug26198.phpt2 Bug #26198 (strtotime handling of "M Y" and "Y M" format)
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Dbug39782.phpt8 echo $dttTest->format('D M j Y - H:i:s') . "\n";
11 echo $dttTest->format('D M j Y - H:i:s') . "\n";
14 echo $dttTest->format('D M j Y - H:i:s') . "\n";
H A Ddate_modify_basic1.phpt20 echo "After modification 1: " . date_format($datetime, "D, d M Y") . "\n";
23 echo "After modification 2: " . date_format($datetime, "D, d M Y H:i:s") . "\n";
26 echo "After modification 3: " . date_format($datetime, "D, d M Y") . "\n";
29 echo "After modification 4: " . date_format($datetime, "D, d M Y") . "\n";
H A DDateTime_modify_basic1.phpt20 echo "After modification 1: " . $datetime->format("D, d M Y") . "\n";
23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
26 echo "After modification 3: " . $datetime->format("D, d M Y") . "\n";
29 echo "After modification 4: " . $datetime->format("D, d M Y") . "\n";
H A DDateTime_verify.phpt163 string(16) "l, d-M-Y H:i:s T"
167 string(16) "D, d M y H:i:s O"
169 string(16) "l, d-M-y H:i:s T"
171 string(16) "D, d M y H:i:s O"
173 string(16) "D, d M Y H:i:s O"
175 string(16) "D, d M Y H:i:s O"
179 string(16) "D, d M Y H:i:s O"
H A DDateTime_fix_createFromFormat.phpt18 $fromFormat = DateTime::createFromFormat( "D., M# j, Y g:iA", $string );
20 echo "Format method: " . $orig->format("D., M. j, Y g:iA") . "\n";
21 echo "createFromFormat method: " . $fromFormat->format("D., M. j, Y g:iA") . "\n";
H A Ddate_create-2.phpt9 echo $d->format('D, d M Y H:i:s T'), "\n";
12 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A Dbug54851.phpt14 $datePre = DateTime::createFromFormat("!D d M Y", "Fri 17 may 2011");
15 $datePost = DateTime::createFromFormat("!d M Y D", "17 may 2011 Fri");
29 $date1 = DateTime::createFromFormat("!D d M Y", "Fri 19 November 2011");
36 $date1 = DateTime::createFromFormat("!D d M Y", "Sat 19 November 2011");
H A Ddate_sunrise_and_sunset_basic.phpt20 echo date("D M d Y") . ', sunrise time : ' . date_sunrise(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90…
21 echo date("D M d Y") . ', sunset time : ' . date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, …
/PHP-5.5/Zend/tests/
H A Dbug36568.phpt8 memory_limit=16M
11 ini_set("memory_limit", "32M");
15 32M
/PHP-5.5/ext/exif/tests/
H A Dexif000.phpt35 [Copyright] => Photo (c) M.Boerger, Edited by M.Boerger.
36 [Copyright.Photographer] => Photo (c) M.Boerger
37 [Copyright.Editor] => Edited by M.Boerger.
42 [Copyright] => Photo (c) M.Boerger
H A Dexif_read_exif_data_basic.phpt39 [Copyright] => Photo (c) M.Boerger, Edited by M.Boerger.
40 [Copyright.Photographer] => Photo (c) M.Boerger
41 [Copyright.Editor] => Edited by M.Boerger.
46 [Copyright] => Photo (c) M.Boerger
H A Dexif001.phpt51 string(41) "Photo (c) M.Boerger, Edited by M.Boerger."
53 string(19) "Photo (c) M.Boerger"
55 string(20) "Edited by M.Boerger."
64 string(19) "Photo (c) M.Boerger"
H A Dexif003.phpt58 string(41) "Photo (c) M.Boerger, Edited by M.Boerger."
60 string(19) "Photo (c) M.Boerger"
62 string(20) "Edited by M.Boerger."
71 string(19) "Photo (c) M.Boerger"
/PHP-5.5/ext/standard/tests/file/
H A D005_basic.phpt24 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n";
25 print( @date('Y:M:D:H:i:s', filemtime(__FILE__)) )."\n";
26 print( @date('Y:M:D:H:i:s', filectime(__FILE__)) )."\n";
27 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic.tmp")) )."\n";
30 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
31 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
32 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
33 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic")) )."\n";
/PHP-5.5/ext/standard/
H A Drand.c143 #define M (397) /* a period parameter */ macro
183 for (i = N - M; i--; ++p) in php_mt_reload()
184 *p = twist(p[M], p[0], p[1]); in php_mt_reload()
185 for (i = M; --i; ++p) in php_mt_reload()
186 *p = twist(p[M-N], p[0], p[1]); in php_mt_reload()
187 *p = twist(p[M-N], p[0], state[0]); in php_mt_reload()
/PHP-5.5/ext/gd/tests/
H A Dlibgd00100.phpt24 // M (bridge)
38 // left-facing M not on baseline
52 // left-facing M on baseline
66 // left-facing M on ceiling
96 // M (bridge) not touching bottom boundary
/PHP-5.5/ext/date/lib/
H A Dastro.c130 double M, /* Mean anomaly of the Sun */ in astro_sunpos() local
139 M = astro_revolution(356.0470 + 0.9856002585 * d); in astro_sunpos()
144 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49056.phpt7 Cooking_furniture="Küchen Möbel (en)"
23 string(23) "Küchen Möbel (en)"
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt26 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsp).' GMT; Max-Age=5',
27 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=-6',
28 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsc).' GMT; Max-Age=0',

Completed in 48 milliseconds

1234567