Home
last modified time | relevance | path

Searched refs:M (Results 201 – 223 of 223) sorted by last modified time

123456789

/php-src/ext/date/tests/
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 DDateInterval_format.phpt19 echo $interval->format('M=%M') . "\n";
51 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.phpt17 var_dump( $date->format( "D M j G:i:s T Y") );
H A D009.phpt14 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…
19 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.phpt19 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));
27 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));
/php-src/ext/date/lib/
H A Dastro.c135 double M, /* Mean anomaly of the Sun */ in astro_sunpos() local
144 M = astro_revolution(356.0470 + 0.9856002585 * d); in astro_sunpos()
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
/php-src/Zend/tests/
H A Dobject_gc_in_shutdown.phpt5 ini_set('memory_limit', '2M');
H A Dbug81070.phpt10 ini_set("memory_limit", "3M");
H A Dbug81104.phpt4 memory_limit=5M
14 ini_set('memory_limit', '10M');
H A Dbug76846.phpt4 memory_limit=33M
H A Dbug71818.phpt22 ini_set('memory_limit', '20M');
H A Dbug70258.phpt4 memory_limit=2M
H A Dbug55509.phpt61 memory_limit=2100M
H A Dbug54268.phpt4 memory_limit=8M
H A Dbug36568.phpt4 memory_limit=16M
7 ini_set("memory_limit", "32M");
11 32M
H A Dbug39438.phpt4 memory_limit=16M
H A Dbug40261.phpt4 memory_limit=128M
H A Dbug40770.phpt4 memory_limit=8M
/php-src/Zend/tests/generators/
H A Dyield_from_deep_recursion.phpt5 ini_set("memory_limit", "512M");
/php-src/Zend/tests/fibers/
H A Dout-of-memory-in-fiber.phpt4 memory_limit=2M
H A Dout-of-memory-in-nested-fiber.phpt4 memory_limit=2M
H A Dout-of-memory-in-recursive-fiber.phpt4 memory_limit=2M

Completed in 24 milliseconds

123456789