Home
last modified time | relevance | path

Searched refs:m (Results 326 – 350 of 595) sorted by relevance

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

/php-src/ext/date/tests/
H A Dbug60302-002.phpt8 $d = MyDateTime::createFromFormat('Y-m-d', '2011-01-01');
H A Dbug81106.phpt8 echo (new DateTimeImmutable('2000-01-01 00:00:00'))->add($dateInterval)->format('Y-m-d H:i:s.u');
H A Dgh10747-4.phpt54 ["m"]=>
88 …imezone";s:3:"UTC";}s:8:"interval";O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1…
114 ["m"]=>
H A Dbug69806.phpt9 echo date('Y-m-d H:i:s', 2377224000)."\n";
H A Dbug74652.phpt20 echo $dt->format( 'Y-m-d H:i:s' ), "\n";
H A Dbug81565.phpt7 'Y-m-d H:i:sO',
H A Dbug80057.phpt6 $parsed = DateTimeImmutable::createFromFormat('Y-m-d', '2020-09-04');
H A Ddate_period_include_end.phpt11 echo $day->format('Y-m-d') . "\n";
H A Dbug80998.phpt10 $string = $date->format('Y-m-d H:i:s.u');
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt54 I'm sure it'll work also with \
114 th m
155 I'm
H A Dbug27276.phpt5 ini_set("memory_limit", "12m");
/php-src/ext/pdo_mysql/
H A Dpdo_mysql.c201 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION()
215 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
216 dbg->m->free_handle(dbg); in PHP_RSHUTDOWN_FUNCTION()
/php-src/tests/basic/
H A Dini_parse_quantity_basic.phpt14 '1m',
/php-src/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt6 header("HTTP/1.1 418 I'm a Teapot");
H A Dproc_nice_basic-win.phpt47 $m = [
59 foreach ($m as $c) {
/php-src/ext/date/lib/
H A Dtimelib.c227 timelib_sll timelib_hms_to_seconds(timelib_sll h, timelib_sll m, timelib_sll s) in timelib_hms_to_seconds() argument
229 return (h * SECS_PER_HOUR) + (m * 60) + s; in timelib_hms_to_seconds()
311 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
341 d->relative.y, d->relative.m, d->relative.d, d->relative.h, d->relative.i, d->relative.s); in timelib_dump_date()
379 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
H A Dparse_date.re1222 s->time->m = 1;
1261 s->time->m = 1;
1693 s->time->m = 1;
1710 s->time->m = 1;
1729 s->time->m = 1;
1803 s->time->relative.m = 0 - s->time->relative.m;
2095 time->m = 1;
2107 if (time->m == TIMELIB_UNSET ) time->m = 1;
2302 s->time->m = 1;
2383 case TIMELIB_FORMAT_MERIDIAN: /* am/pm/a.m./p.m. AM/PM/A.M./P.M. */
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c978 pfc->data->m.reset(pfc, stats, error_info); in php_mysqlnd_cmd_write()
983 vio->data->m.consume_uneaten_data(vio, packet->command); in php_mysqlnd_cmd_write()
2214 packet->header.m = &packet_methods[PROT_GREET_PACKET]; in MYSQLND_METHOD()
2226 packet->header.m = &packet_methods[PROT_AUTH_PACKET]; in MYSQLND_METHOD()
2262 packet->header.m = &packet_methods[PROT_OK_PACKET]; in MYSQLND_METHOD()
2274 packet->header.m = &packet_methods[PROT_EOF_PACKET]; in MYSQLND_METHOD()
2286 packet->header.m = &packet_methods[PROT_CMD_PACKET]; in MYSQLND_METHOD()
2322 packet->header.m = &packet_methods[PROT_ROW_PACKET]; in MYSQLND_METHOD()
2334 packet->header.m = &packet_methods[PROT_STATS_PACKET]; in MYSQLND_METHOD()
2421 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
[all …]
/php-src/ext/openssl/tests/
H A Dcert.csr7 FelzxrIjIGSGJHC9eubebdu2LWFFM5cEMDiH0QSD9Rdiy7svSLWvngUDYj0wwd+m
/php-src/ext/gd/tests/
H A Dsimilarity.inc57 for ($j = 0, $m = imagesy($image1); $j < $m; $j++) {
/php-src/ext/sockets/tests/
H A Dsocket_recvmsg.phpt38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3001);
/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h83 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
/php-src/ext/fileinfo/
H A Dlibmagic.patch484 m->mask_op = 0;
492 m->str_range = 0;
493 m->str_flags = m->type == FILE_PSTRING ? PSTRING_1_LE : 0;
855 m->offset = swap4(CAST(uint32_t, m->offset));
856 m->in_offset = swap4(CAST(uint32_t, m->in_offset));
857 m->lineno = swap4(CAST(uint32_t, m->lineno));
860 m->str_range = swap4(m->str_range);
861 m->str_flags = swap4(m->str_flags);
2759 if (m->str_flags) {
2910 return m == -1 ? -2 : m;
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt11 mb_regex_set_options('m');
/php-src/Zend/tests/
H A Dbug80045.phpt14 public function __call($m, $p) {}

Completed in 64 milliseconds

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