Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 159) sorted by last modified time

1234567

/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt50 echo "L=$l M=$m N=$n\n";
115 L=100 M=200 N=300
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch250 const char* rfc1123fmt = "%a, %d %b %Y %H:%M:%S GMT";
856 - const char* cernfmt_nozone = "%d/%b/%Y:%H:%M:%S";
1323 + const char* rfc1123fmt = "%a, %d %b %Y %H:%M:%S GMT";
2290 + const char* rfc1123fmt = "%a, %d %b %Y %H:%M:%S GMT";
2293 + const char* cernfmt_nozone = "%d/%b/%Y:%H:%M:%S";
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in401 ; %M: peak of memory allocated by PHP
403 ; - %{bytes}M (default)
404 ; - %{kilobytes}M
405 ; - %{kilo}M
406 ; - %{megabytes}M
407 ; - %{mega}M
424 ; %d/%b/%Y:%H:%M:%S %z (default)
427 ; %d/%b/%Y:%H:%M:%S %z (default)
431 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
532 ;php_admin_value[memory_limit] = 32M
/PHP-5.5/
H A Dphp.ini-development393 memory_limit = 128M
660 post_max_size = 8M
792 upload_max_filesize = 2M
1087 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1093 ibase.timeformat = "%H:%M:%S"
H A Dphp.ini-production393 memory_limit = 128M
660 post_max_size = 8M
792 upload_max_filesize = 2M
1087 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1093 ibase.timeformat = "%H:%M:%S"
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt16 �A� Dѫ�΍���1�MB��Uv�_�(�EL���/��aP�=Pi �;�6�f�Ce4��U9;w�5�� m /
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt15 /* Either we ship a file with 100000 entries which would be >12M big,
/PHP-5.5/ext/xml/
H A Dxml.mak107 @$(CC) -M $< $(C_FLAGS) -o $@
111 @$(CC) -M $< $(C_FLAGS) -o $@
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt69 <wddxPacket version='1.0'><header/><data><string>M</string></data></wddxPacket>
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt27 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
30 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_error.phpt26 $format = '%b %d %Y %H:%M:%S';
H A Dstrptime_parts.phpt27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
36 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt4 memory_limit=128M
H A Dexplode_bug.phpt5 memory_limit=256M
H A Dconvert_uuencode_basic.phpt63 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C
/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',
/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/file/windows_acls/
H A Dcommon.inc71 $cmd = $icacls . ' ' . $path_escaped . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
95 $cmd = $icacls . ' ' . $path_escaped . ' /deny ' . $user . ':(F,M,R,RX,W)';
/PHP-5.5/ext/standard/tests/file/
H A Dbug72114.phpt7 ini_set('memory_limit', "2500M");
H A Ddisk_free_space_basic.phpt8 memory_limit=32M
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";
H A D005_variation-win32.phpt35 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
38 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
H A D005_variation.phpt38 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
44 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\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/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt18 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
28 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';

Completed in 50 milliseconds

1234567