Home
last modified time | relevance | path

Searched refs:m (Results 451 – 475 of 595) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/date/tests/
H A D009_win32.phpt19 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
27 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A DDatePeriod_set_state.phpt40 ["m"]=>
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Dbug73460-001.phpt8 echo $date->format('Y/m/d H:i e T'), "\n";
H A Ddate_period_set_state1.phpt47 ["m"]=>
H A Dbug79580.phpt15 echo $dt->format('Y-m-d'), "\n";
H A DDatePeriod_createFromISO8601String_static_return.phpt42 ["m"]=>
H A Ddate_period_unserialize1.phpt52 ["m"]=>
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp53 static const Formattable::Type* phpGetArgTypeList(const MessageFormat& m,
55 static const MessagePattern phpGetMessagePattern(MessageFormat* m);
59 MessageFormatAdapter::phpGetArgTypeList(const MessageFormat& m, in phpGetArgTypeList() argument
61 return m.getArgTypeList(count); in phpGetArgTypeList()
65 MessageFormatAdapter::phpGetMessagePattern(MessageFormat* m) { in phpGetMessagePattern() argument
66 return m->msgPattern; in phpGetMessagePattern()
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug70365.phpt19 $inner = 'x:i:1;O:8:"stdClass":0:{},i:1;;m:a:0:{}';
/php-src/ext/curl/
H A Dsync-constants.php225 …(?<deprecated>[\d\.]+)?(?:</a>)?</td><td>(<a href=".*?">)?(?<removed>[\d\.]+)?(</a>)?</td></tr>@m';
/php-src/ext/filter/tests/
H A D016.phpt17 'e.x.a.m.p.l.e.@example.com',
/php-src/ext/pdo_firebird/tests/
H A Dexecute_block.phpt29 m = z * a;
/php-src/ext/intl/tests/
H A Dtimezone_getOffset_error.phpt8 $arch = php_uname('m');
H A Dcollator_sort.phpt59 array( 'm' , '1' , '_' ),
118 2 => 'm',
H A Dcollator_sort_variant2.phpt59 array( 'm' , '1' , '_' ),
118 2 => 'm',
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_element_ns.phpt16 $root->append($dom->createElementNS("http://www.w3.org/1998/Math/MathML", "m:math"), "\n");
/php-src/sapi/phpdbg/
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)
/php-src/ext/gd/libgd/
H A Dgdft.c849 int m, mfound; local
884 m = gdFTEX_Unicode;
886 m = strex->charmap;
892 fontkey.preferred_map = m;
938 switch (m) {
957 m++;
958 m %= 3;
1023 switch (m) {
/php-src/ext/standard/tests/strings/
H A Daddcslashes_003.phpt35 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dbug72434.phpt16 // Trigger free of $free_me (referenced by $m[1]).
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt17 "я"=>"ya","ч"=>"ch","с"=>"c","м"=>"m","и"=>"i","т"=>"t",
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re233 current->m = timelib_get_nr(&ptr, 2);
271 s->period->m = nr;
291 s->period->m = timelib_get_unsigned_nr(&ptr, 2);
375 in.begin->m = TIMELIB_UNSET;
388 in.end->m = TIMELIB_UNSET;
401 in.period->m = 0;
/php-src/ext/standard/tests/serialize/
H A Dbug73341.phpt20 $inner = 'x:i:1;O:8:"stdClass":1:{};m:a:0:{}';
/php-src/ext/standard/tests/streams/
H A Dgh10031.phpt36 stream_context_set_params($context, ['notification' => function ($code, $s, $m, $mc, $bytes_transfe…

Completed in 26 milliseconds

1...<<11121314151617181920>>...24