Home
last modified time | relevance | path

Searched refs:m (Results 276 – 300 of 595) sorted by relevance

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

/php-src/ext/date/tests/
H A DDatePeriod_serialize-001.phpt43 ["m"]=>
72 …rent";N;s:3:"end";N;s:8:"interval";O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:7;s:1…
94 ["m"]=>
141 ["m"]=>
H A Dbug73460-002.phpt15 echo $end->format('Y-m-d H:i T') . PHP_EOL;
28 echo $start->format('Y-m-d H:i T') . PHP_EOL;
H A DDateTimeImmutable_createFromInterface_exceptions.phpt23 $m = DateTimeImmutable::createFromInterface( $i );
30 $m = DateTimeImmutable::createFromInterface( $i );
H A Ddate_period.phpt12 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
23 echo $dt->format( "l Y-m-d H:i:s\n" );
H A Ddate_interval_set_state_error1.phpt27 ["m"]=>
50 ["m"]=>
/php-src/ext/mysqlnd/
H A Dmysqlnd_loaddata.c198 ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info); in mysqlnd_handle_local_infile()
218 ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info); in mysqlnd_handle_local_infile()
224 if ((ret = net->data->m.send(net, vio, buf, bufsize, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
232 if ((ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
252 if (FAIL == conn->payload_decoder_factory->m.send_command_handle_response( in mysqlnd_handle_local_infile()
/php-src/ext/date/lib/
H A Dunixtime2tm.c29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date() argument
50 *m = month_portion + (month_portion < 10 ? 3 : -9); in timelib_unixtime2date()
51 *y += (*m <= 2); in timelib_unixtime2date()
53 TIMELIB_DEBUG(printf("A: ts=%lld, year=%lld, month=%lld, day=%lld,", ts, *y, *m, *d);); in timelib_unixtime2date()
62 timelib_unixtime2date(ts, &tm->y, &tm->m, &tm->d); in timelib_unixtime2gmt()
/php-src/ext/reflection/tests/
H A D005.phpt43 foreach($r->getMethods() as $m)
45 var_dump(strip_doc_comment($m->getDocComment()));
H A D002.phpt11 function __construct($c,$m)
14 parent::__construct($c,$m);
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-62294_globals_unset_after_string_warning.phpt5 set_error_handler(function($_, $m) {
6 echo "$m\n";
H A Doss-fuzz-60709_globals_unset_after_undef_warning.phpt5 set_error_handler(function($_, $m) {
6 echo "$m\n";
H A Dincdec_bool_exception.phpt6 set_error_handler(function($severity, $m) {
7 throw new Exception($m, $severity);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua641 local m
646 else m = 2 end
648 m = 2
661 if (imark == "I" and (m == 1 or m == 2)) or
677 local m = {}
680 m[#m+1] = sub(a.mode, 1, 1)..(a.opsize or "?")
876 local m = "i"
877 if imm == 1 then m = m.."1" end
879 if imm >= -128 and imm <= 127 then m = m.."S" end
881 t.mode = m
[all …]
/php-src/ext/mbstring/
H A Dphp_unicode.c51 long m = (l + r) >> 1; in ZEND_EXTERN_MODULE_GLOBALS() local
52 m -= (m & 1); in ZEND_EXTERN_MODULE_GLOBALS()
53 if (code > _ucprop_ranges[m + 1]) in ZEND_EXTERN_MODULE_GLOBALS()
54 l = m + 2; in ZEND_EXTERN_MODULE_GLOBALS()
55 else if (code < _ucprop_ranges[m]) in ZEND_EXTERN_MODULE_GLOBALS()
56 r = m - 2; in ZEND_EXTERN_MODULE_GLOBALS()
/php-src/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter_variant2.phpt24 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
31 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt20 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
25 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
/php-src/Zend/tests/
H A Dbug45805.phpt26 $m = new ReflectionMethod('B', 'foo');
27 $m->invoke($this);
/php-src/ext/zip/
H A Dphp_zip.h96 #define LIBZIP_ATLEAST(m,n,p) (((m<<16) + (n<<8) + p) <= ((LIBZIP_VERSION_MAJOR<<16) + (LIBZIP_VERS… argument
/php-src/sapi/fuzzer/corpus/unserialize/
H A Dbug73144_21 C:11:"ArrayObject":34:{x:i:1;O:8:"stdClass":1:{};m:a:0:{}}
/php-src/ext/pcre/tests/
H A D003.phpt13 '2006-05-13 e outra data: "12-Aug-37"', $m, $flag));
15 var_dump($m);
/php-src/ext/sodium/tests/
H A Dpwhash_argon2i.phpt18 $testHash = '$argon2i$v=19$m=4096,t=3,p=1$MzE4ODFiZWFlMjAzOWUAAA$FWUV6tsyJ32qThiLi1cCsLIbf3dIOG/RwX…
22 $testHash = '$argon2i$v=19$m=4096,t=0,p=1$c29tZXNhbHQAAAAAAAAAAA$JTBozgKQiCn5yKAm3Hz0vUSX/XgfqhZloN…
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c150 int m; in mbfl_strcut() local
153 for (m = 0, p = string->val, q = p + from; in mbfl_strcut()
154 p < q; p += (m = mbtab[*p])); in mbfl_strcut()
157 p -= m; in mbfl_strcut()
166 for (q = p + length; p < q; p += (m = mbtab[*p])); in mbfl_strcut()
169 p -= m; in mbfl_strcut()

Completed in 35 milliseconds

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