Home
last modified time | relevance | path

Searched refs:m (Results 101 – 125 of 474) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/date/tests/
H A Dbug52113.phpt21 'm' => 6,
38 ["m"]=>
67 string(320) "O:12:"DateInterval":15:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:…
70 'm' => 0,
87 ["m"]=>
134 ["m"]=>
171 ["m"]=>
218 ["m"]=>
H A Dbug32270.phpt8 echo date("m/d/Y H:i:s T", -2145888000)."\n";
12 echo date("m/d/Y H:i:s T", -631123200)."\n";
16 echo date("m/d/Y H:i:s T", 946713600)."\n";
H A Dbug32588.phpt8 echo date('D Y/m/d/H:i:s', strtotime('last saturday', 1112703348)). "\n";
9 echo date('D Y/m/d/H:i:s', strtotime("last sunday", 1112703348)). "\n";
10 echo date('D Y/m/d/H:i:s', strtotime('last monday', 1112703348)). "\n";
H A Dbug26317.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 16:20:42 Z"));
12 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 09:20:42 T"));
13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 19:20:42 C"));
H A Dbug52342.phpt10 echo $from->format('d.m.Y H:i'), "\n"; //A
12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
H A Dbug54851.phpt18 var_dump($datePre->format("Y-m-d") == $datePost->format("Y-m-d"));
33 var_dump($date1->format('Y-m-d') == $date2->format('Y-m-d'));
40 var_dump($date1->format('Y-m-d') == $date2->format('Y-m-d'));
H A Dbug33415-1.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
12 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
20 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
H A Dgmstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dgmstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt7 'x:i:2;i:0;,i:1;;i:0;,i:2;;m:a:0:{}',
8 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};R:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
9 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};r:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
10 'x:i:1;O:8:"stdClass":0:{},N;;m:s:40:"1234567890123456789012345678901234567890"',
H A Dbug45826.phpt72 string(84) "C:11:"ArrayObject":60:{x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;};m:a:0:{}}"
73 …s":0:{}i:1;r:3;i:2;C:11:"ArrayObject":45:{x:i:0;a:3:{i:0;r:3;i:1;r:3;i:2;r:5;};m:a:0:{}}};m:a:0:{}"
82 string(85) "C:12:"ArrayObject2":60:{x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;};m:a:0:{}}"
83 …":0:{}i:1;r:3;i:2;C:12:"ArrayObject2":45:{x:i:0;a:3:{i:0;r:3;i:1;r:3;i:2;r:5;};m:a:0:{}}};m:a:0:{}"
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc142 if (!preg_match('/^USER (\w+)\r\n$/', $buf, $m)) {
146 $user = $m[1];
164 $pass = $m[1];
219 $host = "$m[1].$m[2].$m[3].$m[4]";
220 $port = ((int)$m[5] << 8) + (int)$m[6];
234 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
263 change_dir($m[1]);
268 if (isset($m[1]) && $m[1] === 'bogusdir') {
269 fputs($s, "250 $m[1]: No such file or directory\r\n");
274 if (isset($bug39458) && isset($m[1]) && $m[1] === 'emptydir') {
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch540 m->str_flags = m->type == FILE_PSTRING ? PSTRING_1_LE : 0;
773 - if (lseek(fd, (off_t)m, SEEK_SET) != (off_t)m) {
835 m->offset = swap4((uint32_t)m->offset);
836 m->in_offset = swap4((uint32_t)m->in_offset);
837 m->lineno = swap4((uint32_t)m->lineno);
840 m->str_range = swap4(m->str_range);
841 m->str_flags = swap4(m->str_flags);
2083 return m;
2608 - (m->cont_level & 7) + 1, ">>>>>>>>", m->offset);
2702 - file_showstr(stderr, m->value.s, (size_t)m->vallen);
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbug42134.phpt25 $m = oci_error($c);
26 var_dump($m);
41 $m = oci_error($c);
42 var_dump($m);
57 $m = oci_error($c);
58 var_dump($m);
H A Dconnect.inc13 $m = oci_error();
14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c79 DBG_RETURN(s->m->use_result(s TSRMLS_CC)); in MYSQLND_METHOD()
91 stmt->default_rset_handler = s->m->store_result; in MYSQLND_METHOD()
148 DBG_RETURN(s->m->use_result(s TSRMLS_CC)); in MYSQLND_METHOD()
188 result->m.free_result(result, TRUE TSRMLS_CC); in MYSQLND_METHOD()
384 stmt->default_rset_handler = s->m->use_result; in MYSQLND_METHOD()
568 s->m->free_stmt_content(s TSRMLS_CC); in mysqlnd_stmt_execute_parse_response()
634 s->m->flush(s TSRMLS_CC); in MYSQLND_METHOD()
1199 s->m->flush(s TSRMLS_CC); in MYSQLND_METHOD()
1793 result->m.fetch_row = result->m.fetch_row_normal_unbuffered; in MYSQLND_METHOD()
2208 s->m->free_stmt_content(s TSRMLS_CC); in MYSQLND_METHOD_PRIVATE()
[all …]
H A Dmysqlnd_debug.h59 struct st_mysqlnd_debug_methods *m; member
99 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(…
100 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(…
101 #define DBG_INF_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->l…
102 #define DBG_ERR_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->l…
124 …dbg_skip_trace = !(dbg_obj1)->m->func_enter((dbg_obj1), __LINE__, __FILE__, func_name, strlen(func…
127 …dbg_skip_trace |= !(dbg_obj2)->m->func_enter((dbg_obj2), __LINE__, __FILE__, func_name, strlen(fun…
147 (dbg_obj1)->m->func_leave((dbg_obj1), __LINE__, __FILE__, this_call_duration); \
150 (dbg_obj2)->m->func_leave((dbg_obj2), __LINE__, __FILE__, this_call_duration); \
/PHP-5.5/ext/simplexml/tests/
H A D031.phpt29 $d->addChild('m:test', 'myval', 'urn::test');
33 $sxe->addChild('m:test1', 'myval', 'urn::test');
36 $n = $sxe->addChild('m:test2', 'myval', 'urn::testnew');
56 <s:test1>myval</s:test1><m:test2 xmlns:m="urn::testnew">myval</m:test2><test3 xmlns="urn::testnew">…
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format.phpt25 $m = 4560;
36 $str_res .= dump( ut_msgfmt_format( $fmt, array($m, $t, $m/$t) ) ) . "\n";
37 $str_res .= dump( ut_msgfmt_format_message($locale, $pattern, array($m, $t, $m/$t))) . "\n";
H A Dmsgfmt_format_intlcalendar.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}}}');
29 Quinta-feira, 17 de Maio de 2012 5:35:36 p.m. WEST
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c470 int mode_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
485 m = c & ~MBFL_WCSPLANE_MASK; in mbfl_filt_conv_illegal_output()
486 switch (m) { in mbfl_filt_conv_illegal_output()
516 m = 0; in mbfl_filt_conv_illegal_output()
520 if (n || m) { in mbfl_filt_conv_illegal_output()
521 m = 1; in mbfl_filt_conv_illegal_output()
529 if (m == 0 && ret >= 0) { in mbfl_filt_conv_illegal_output()
542 m = 0; in mbfl_filt_conv_illegal_output()
546 if (n || m) { in mbfl_filt_conv_illegal_output()
547 m = 1; in mbfl_filt_conv_illegal_output()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dbug20424.phpt7 echo "I'm alive!\n";
10 I'm alive!
/PHP-5.5/ext/date/lib/
H A Dtimelib.h64 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
65 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
66 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
68 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
69 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
71 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);

Completed in 54 milliseconds

12345678910>>...19