Home
last modified time | relevance | path

Searched refs:M (Results 126 – 150 of 222) sorted by relevance

123456789

/php-src/ext/zip/tests/
H A Dbug51353.phpt17 /* Either we ship a file with 100000 entries which would be >12M big,
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt42 // maximum packet size up to which we test is 10M
72 // test with a blob smaller than 10M allows us to test
/php-src/ext/opcache/jit/
H A DREADME.md17 make test TESTS="-d opcache.jit_buffer_size=16M -d opcache.enable=1 -d opcache.enable_cli=1 -d opca…
20 - `opcache.jit_buffer_size=16M` enables the JIT in tests by providing 16 megabytes of
107 docker run -it php-src-arms-example make test TESTS="-d opcache.jit_buffer_size=16M -d opcache.enab…
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt56 string(1) "M"
/php-src/ext/pdo_firebird/tests/
H A Dexecute.phpt18 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
H A Ddialect_1.phpt20 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
/php-src/sapi/fpm/
H A Dwww.conf.in320 ; %M: peak of memory allocated by PHP
322 ; - %{bytes}M (default)
323 ; - %{kilobytes}M
324 ; - %{kilo}M
325 ; - %{megabytes}M
326 ; - %{mega}M
343 ; %d/%b/%Y:%H:%M:%S %z (default)
345 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
348 ; %d/%b/%Y:%H:%M:%S %z (default)
354 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"
[all …]
/php-src/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt57 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt4 memory_limit=256M
/php-src/
H A D.travis.yml85 - ./travis/test.sh -d opcache.jit=tracing -d opcache.jit_buffer_size=64M
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc76 $cmd = $icacls . ' ' . $path_escaped . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
100 $cmd = $icacls . ' ' . $path_escaped . ' /deny ' . $user . ':(F,M,R,RX,W)';
/php-src/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-src/Zend/tests/
H A Dbug55509.phpt61 memory_limit=2100M
H A Druntime_compile_time_binary_operands.phpt4 memory_limit=256M
/php-src/ext/zend_test/tests/
H A Dobserver_fiber_functions_03.phpt12 memory_limit=100M
/php-src/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt9 memory_limit=32M
H A D005_variation-win32.phpt15 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
18 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
21 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
/php-src/.github/actions/test-linux/
H A Daction.yml49 -d opcache.jit_buffer_size=64M \
/php-src/ext/date/tests/
H A Dgmstrftime_variation6.phpt16 'Minute as decimal number' => "%M",
H A Dstrftime_variation6.phpt17 'Minute as decimal number' => "%M",
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt53 echo bin2hex(mb_convert_kana("\x00\x5C\x00\xA5\x00\x7E\x20\x3E\x00\x27\x00\x22", 'M', 'UTF-16BE')),…
122 tryIncompatibleFlags('M', 'm');
243 mb_convert_kana(): Argument #2 ($mode) must not combine 'M' and 'm' flags
244 mb_convert_kana(): Argument #2 ($mode) must not combine 'M' and 'm' flags
H A Dmb_detect_encoding.phpt63 $test = 'N:Müller;Jörg;;;
96 echo "-- Māori text --\n";
98 echo mb_detect_encoding("Total Māori,31.5,33.3,31.8,33,36.4,33.2,33.2", ['UTF-8', 'ISO-8859-1', 'Wi…
389 …orluğu'na bağlı özerk bir devlet olan Mısır Hidivliği tarafından sipariş edilen Lütf-i Celil, Osma…
436 -- Māori text --
/php-src/ext/filter/tests/
H A D043.phpt91 string(1) "M"
/php-src/ext/mbstring/tests/data/
H A D8859-14.txt114 0x4D 0x004D # LATIN CAPITAL LETTER M
146 0x6D 0x006D # LATIN SMALL LETTER M
217 0xB4 0x1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE
218 0xB5 0x1E41 # LATIN SMALL LETTER M WITH DOT ABOVE
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re196 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "
267 case 'M':

Completed in 44 milliseconds

123456789