Home
last modified time | relevance | path

Searched refs:M (Results 76 – 100 of 141) sorted by relevance

123456

/PHP-5.4/ext/date/tests/
H A Ddate_basic1.phpt23 var_dump( date("D M j G:i:s T Y", $timestamp) );
H A Dgmstrftime_variation6.phpt22 'Minute as decimal number' => "%M",
H A Dstrftime_variation6.phpt23 'Minute as decimal number' => "%M",
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
/PHP-5.4/ext/oci8/tests/
H A Dpecl_bug10194_blob.phpt14 memory_limit=3M
H A Dpecl_bug10194_blob_64.phpt14 memory_limit=6M
/PHP-5.4/ext/standard/tests/time/
H A Dstrptime_error.phpt26 $format = '%b %d %Y %H:%M:%S';
/PHP-5.4/Zend/
H A DREADME.ZEND_MM43 $ ZEND_MM_MEM_TYPE=mmap_anon ZEND_MM_SEG_SIZE=1M sapi/cli/php ..etc.
/PHP-5.4/Zend/tests/
H A Dbug55509.phpt51 memory_limit=2100M
/PHP-5.4/ext/xml/
H A Dxml.mak107 @$(CC) -M $< $(C_FLAGS) -o $@
111 @$(CC) -M $< $(C_FLAGS) -o $@
/PHP-5.4/ext/ldap/
H A Dldap.mak108 @$(CC) -M $< $(C_FLAGS) -o $@
112 @$(CC) -M $< $(C_FLAGS) -o $@
/PHP-5.4/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.4/ext/pgsql/
H A Dpgsql.mak104 @$(CC) -M $< $(C_FLAGS) -o $@
108 @$(CC) -M $< $(C_FLAGS) -o $@
/PHP-5.4/ext/mysql/
H A Dmysql.mak105 @$(CC) -M $< $(C_FLAGS) -o $@
109 @$(CC) -M $< $(C_FLAGS) -o $@
/PHP-5.4/ext/session/
H A Dmod_files.bat36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in396 ; %M: peak of memory allocated by PHP
398 ; - %{bytes}M (default)
399 ; - %{kilobytes}M
400 ; - %{kilo}M
401 ; - %{megabytes}M
402 ; - %{mega}M
419 ; %d/%b/%Y:%H:%M:%S %z (default)
422 ; %d/%b/%Y:%H:%M:%S %z (default)
426 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
527 ;php_admin_value[memory_limit] = 32M
/PHP-5.4/ext/openssl/
H A Dopenssl.mak115 @$(CC) -M $< $(C_FLAGS) -o $@
119 @$(CC) -M $< $(C_FLAGS) -o $@
/PHP-5.4/ext/standard/tests/strings/
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.4/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt8 memory_limit=32M
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.4/ext/date/lib/
H A Dparse_iso_intervals.re235 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
303 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "
374 case 'M':
/PHP-5.4/ext/filter/tests/
H A D043.phpt91 string(1) "M"
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt10 memory_limit=256M
H A Dmysqli_insert_packet_overflow.phpt21 memory_limit=256M

Completed in 46 milliseconds

123456