Home
last modified time | relevance | path

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

1234567

/PHP-5.5/
H A DEXTENSIONS144 PRIMARY MAINTAINER: Frank M. Kromann <fmk@swwwing.com>
443 PRIMARY MAINTAINER: Frank M. Kromann
H A DNEWS298 fault). (Christoph M. Becker)
351 (Christoph M. Becker)
1349 ^M as lineend). (Laruence)
1594 spaces). (Michael M Slusarz)
1882 discarding whitespace). (Michael M Slusarz)
5942 Dmitry L., Stanislav M., Vadim S., Kirti V.)
6193 (Henrique M. Decaria)
7748 . default value if memory-limit is set to 128M
9728 - Fixed bug #29583 (crash when echoing a COM object). (M.Sisolak, Wez)
H A DREADME.REDIST.BINS148 M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
/PHP-5.5/Zend/
H A DREADME.ZEND_MM43 $ ZEND_MM_MEM_TYPE=mmap_anon ZEND_MM_SEG_SIZE=1M sapi/cli/php ..etc.
/PHP-5.5/Zend/tests/
H A Dbug36568.phpt8 memory_limit=16M
11 ini_set("memory_limit", "32M");
15 32M
H A Dbug39438.phpt4 memory_limit=16M
H A Dbug40236.phpt11 $cmd = "\"$php\" -n -d memory_limit=4M -a \"".dirname(__FILE__)."\"/bug40236.inc";
H A Dbug40261.phpt4 memory_limit=128M
H A Dbug40770.phpt4 memory_limit=8M
H A Dbug54268.phpt4 memory_limit=8M
H A Dbug55509.phpt51 memory_limit=2100M
/PHP-5.5/build/
H A Dlibtool.m42528 …od='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Versi…
3638 …$CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $d…
3675 …$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objec…
3686 …$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $c…
6058 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
6063 …$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $…
/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()
H A Dparse_date.re418 if (**ptr != 'm' && **ptr != 'M') {
426 } else if (**ptr == 'm' || **ptr == 'M') {
746 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
1915 case 'M': /* three letter month */
1958 case 'A': /* AM/PM/A.M./P.M. */
H A Dparse_iso_intervals.re200 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
268 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "
339 case 'M':
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A DDateInterval_format.phpt21 echo $interval->format('M=%M') . "\n";
53 M=02
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 DDateTime_format_basic1.phpt23 var_dump( $date->format( "D M j G:i:s T Y") );
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_setISODate_basic1.phpt25 echo "Week 30 day 3 of 2009 is \"" . $datetime->format("D M j") . "\"\n";
29 echo "..same day last year was \"" . $datetime->format("D M j") . "\"\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 Dbug13142.phpt2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
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"));

Completed in 74 milliseconds

1234567