Searched refs:M (Results 101 – 125 of 143) sorted by relevance
123456
/PHP-7.4/ext/standard/tests/file/windows_acls/ |
H A D | common.inc | 71 $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 D | pecl_bug10194_blob.phpt | 14 memory_limit=3M
|
H A D | pecl_bug10194_blob_64.phpt | 14 memory_limit=6M
|
/PHP-7.4/ext/phar/tests/ |
H A D | 024-opcache-win32.phpt | 19 opcache.jit_buffer_size=6M
|
/PHP-7.4/ext/standard/tests/time/ |
H A D | strptime_error.phpt | 26 $format = '%b %d %Y %H:%M:%S';
|
/PHP-7.4/ext/session/ |
H A D | mod_files.bat | 36 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 D | convert_uuencode_basic.phpt | 63 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 D | openssl_pkcs12_read_basic.phpt | 83 LMRtp7t24BsQBRgQgps8mtfRr0gV1qq9HMfDj2bZdGcTShZN/M/BFATwxaNRTHl9
|
/PHP-7.4/Zend/tests/ |
H A D | bug55509.phpt | 58 memory_limit=2100M
|
H A D | runtime_compile_time_binary_operands.phpt | 4 memory_limit=256M
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | disk_free_space_basic.phpt | 8 memory_limit=32M
|
H A D | 005_variation-win32.phpt | 35 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 D | bug27780.phpt | 38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
|
/PHP-7.4/ext/filter/tests/ |
H A D | 043.phpt | 91 string(1) "M"
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_iso_intervals.re | 194 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "… 265 case 'M':
|
H A D | parse_date.re | 392 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 D | mysqli_stmt_bind_param_many_columns.phpt | 10 memory_limit=256M
|
H A D | mysqli_insert_packet_overflow.phpt | 21 memory_limit=256M
|
H A D | mysqli_pam_sha256_public_key_ini.phpt | 56 $key = str_replace("M", "m", $key);
|
H A D | mysqli_stmt_send_long_data.phpt | 60 // maximum packet size up to which we test is 10M
|
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 137 $key = str_replace("M", "m", $key);
|
/PHP-7.4/ext/standard/html_tables/mappings/ |
H A D | CP1251.TXT | 96 0x4D 0x004D #LATIN CAPITAL LETTER M 128 0x6D 0x006D #LATIN SMALL LETTER M
|
H A D | 8859-5.TXT | 125 0x4D 0x004D # LATIN CAPITAL LETTER M 157 0x6D 0x006D # LATIN SMALL LETTER M
|
H A D | CP1252.TXT | 96 0x4D 0x004D #LATIN CAPITAL LETTER M 128 0x6D 0x006D #LATIN SMALL LETTER M
|
/PHP-7.4/ext/standard/ |
H A D | base64.c | 173 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 40 milliseconds
123456