Home
last modified time | relevance | path

Searched refs:M (Results 101 – 125 of 143) sorted by relevance

123456

/PHP-7.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-7.4/ext/oci8/tests/
H A Dpecl_bug10194_blob.phpt14 memory_limit=3M
H A Dpecl_bug10194_blob_64.phpt14 memory_limit=6M
/PHP-7.4/ext/phar/tests/
H A D024-opcache-win32.phpt19 opcache.jit_buffer_size=6M
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_error.phpt26 $format = '%b %d %Y %H:%M:%S';
/PHP-7.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-7.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-7.4/ext/openssl/tests/
H A Dopenssl_pkcs12_read_basic.phpt83 LMRtp7t24BsQBRgQgps8mtfRr0gV1qq9HMfDj2bZdGcTShZN/M/BFATwxaNRTHl9
/PHP-7.4/Zend/tests/
H A Dbug55509.phpt58 memory_limit=2100M
H A Druntime_compile_time_binary_operands.phpt4 memory_limit=256M
/PHP-7.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";
/PHP-7.4/ext/date/tests/
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
/PHP-7.4/ext/filter/tests/
H A D043.phpt91 string(1) "M"
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re194 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "
265 case 'M':
H A Dparse_date.re392 if (**ptr == 'M' || **ptr == 'm') {
421 if (**ptr != 'm' && **ptr != 'M') {
429 } else if (**ptr == 'm' || **ptr == 'M') {
754 case 3: /* H:M */
755 case 4: /* H:MM, HH:M, HHMM */
817 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
1977 {'M', TIMELIB_FORMAT_TEXTUAL_MONTH_3_LETTER},
2171 case TIMELIB_FORMAT_MERIDIAN: /* am/pm/a.m./p.m. AM/PM/A.M./P.M. */
/PHP-7.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
H A Dmysqli_pam_sha256_public_key_ini.phpt56 $key = str_replace("M", "m", $key);
H A Dmysqli_stmt_send_long_data.phpt60 // maximum packet size up to which we test is 10M
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt137 $key = str_replace("M", "m", $key);
/PHP-7.4/ext/standard/html_tables/mappings/
H A DCP1251.TXT96 0x4D 0x004D #LATIN CAPITAL LETTER M
128 0x6D 0x006D #LATIN SMALL LETTER M
H A D8859-5.TXT125 0x4D 0x004D # LATIN CAPITAL LETTER M
157 0x6D 0x006D # LATIN SMALL LETTER M
H A DCP1252.TXT96 0x4D 0x004D #LATIN CAPITAL LETTER M
128 0x6D 0x006D #LATIN SMALL LETTER M
/PHP-7.4/ext/standard/
H A Dbase64.c173 const uint8x16_t M = vqtbl2q_u8(maskLUT, lower_nibble); in decode_fromascii() local
175 *error = vceqq_u8(vandq_u8(M, bit), vdupq_n_u8(0)); in decode_fromascii()

Completed in 49 milliseconds

123456