Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/PHP-5.6/scripts/dev/generate-phpt/tests/
H A DgtMethodTest.php10 $m->setArgumentNames();
25 $m->setArgumentNames();
26 $m->setExtraArgumentList();
32 $m->setArgumentNames();
33 $m->setShortArgumentList();
39 $m->setArgumentNames();
40 $m->setValidArgumentLists();
47 $m->setArgumentNames();
48 $m->setValidArgumentLists();
56 $m->setArgumentNames();
[all …]
/PHP-5.6/tests/lang/
H A D028.phpt59 I'm still alive
64 I'm still alive
69 I'm still alive
74 I'm still alive
79 I'm still alive
84 I'm still alive
89 I'm still alive
94 I'm still alive
99 I'm still alive
104 I'm still alive
[all …]
/PHP-5.6/ext/ereg/regex/
H A Dengine.c135 endp = slow(m, m->coldp, stop, gf, gl);
138 assert(m->coldp < m->endp);
153 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
156 dp = dissect(m, m->coldp, endp, gf, gl);
179 endp = slow(m, m->coldp, endp-1, gf, gl);
204 pmatch[0].rm_so = m->coldp - m->offp;
397 m->pmatch[i].rm_so = sp - m->offp;
402 m->pmatch[i].rm_eo = sp - m->offp;
535 ssp = m->offp + m->pmatch[i].rm_so;
590 m->pmatch[i].rm_so = sp - m->offp;
[all …]
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.h152 #define mysqlnd_num_rows(result) (result)->m.num_rows((result) TSRMLS_CC)
153 #define mysqlnd_num_fields(result) (result)->m.num_fields((result) TSRMLS_CC)
172 #define mysqlnd_stmt_num_rows(stmt) (stmt)->m->get_num_rows((stmt) TSRMLS_CC)
177 #define mysqlnd_stmt_errno(stmt) (stmt)->m->get_error_no((stmt) TSRMLS_CC)
178 #define mysqlnd_stmt_error(stmt) (stmt)->m->get_error_str((stmt) TSRMLS_CC)
179 #define mysqlnd_stmt_sqlstate(stmt) (stmt)->m->get_sqlstate((stmt) TSRMLS_CC)
207 #define mysqlnd_ping(conn) ((conn)->data)->m->ping((conn)->data TSRMLS_CC)
229 #define mysqlnd_stmt_get_result(stmt) (stmt)->m->get_result((stmt) TSRMLS_CC)
234 #define mysqlnd_stmt_execute(stmt) (stmt)->m->execute((stmt) TSRMLS_CC)
250 #define mysqlnd_stmt_reset(stmt) (stmt)->m->reset((stmt) TSRMLS_CC)
[all …]
/PHP-5.6/ext/date/tests/
H A Dbug34771.phpt9 '12a.m.', '1a.m.', '1p.m.',
11 '12:00a.m.', '1:00a.m.', '1:00p.m.'
24 12a.m. => 2005-12-22T00:00:00+0000
25 1a.m. => 2005-12-22T01:00:00+0000
26 1p.m. => 2005-12-22T13:00:00+0000
30 12:00a.m. => 2005-12-22T00:00:00+0000
31 1:00a.m. => 2005-12-22T01:00:00+0000
32 1:00p.m. => 2005-12-22T13:00:00+0000
H A Dmktime-1.phpt11 echo date("Y-m-d", mktime( 12, 0, 0, 3, 0, 2000)) ."\n";
12 echo date("Y-m-d", mktime( 12, 0, 0, 3, -1, 2000)) ."\n";
13 echo date("Y-m-d", mktime( 12, 0, 0, 2, 29, 2000)) ."\n";
14 echo date("Y-m-d", mktime( 12, 0, 0, 3, 0, 2001)) ."\n";
15 echo date("Y-m-d", mktime( 12, 0, 0, 2, 29, 2001)) ."\n";
16 echo date("Y-m-d", mktime( 12, 0, 0, 0, 0, 2000)) ."\n";
20 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,0))."\n";
21 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,1))."\n";
23 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-90,2000,0))."\n";
26 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-1,2000,0))."\n";
[all …]
H A Dbug17988.phpt7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n";
8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n";
9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n";
10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n";
11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n";
12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n";
13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n";
14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n";
15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+0300"))."\n";
16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0330"))."\n";
[all …]
H A Dbug27719.phpt11 echo "$a ".date("m/d/y h:i:s\n",$a);
12 echo "$b ".date("m/d/y h:i:s\n",$b);
13 echo "$c ".date("m/d/y h:i:s\n",$c);
19 echo "$a ".date("m/d/y h:i:s\n",$a);
20 echo "$b ".date("m/d/y h:i:s\n",$b);
21 echo "$c ".date("m/d/y h:i:s\n",$c);
27 echo "$a ".date("m/d/y h:i:s\n",$a);
28 echo "$b ".date("m/d/y h:i:s\n",$b);
29 echo "$c ".date("m/d/y h:i:s\n",$c);
35 echo "$a ".date("m/d/y h:i:s\n",$a);
[all …]
H A Dbug33578.phpt6 echo date('m/d/Y', strtotime('Oct 11')), "\n";
7 echo date('m/d/Y', strtotime('11 Oct')), "\n";
8 echo date('m/d/Y', strtotime('11 Oct 2005')), "\n";
9 echo date('m/d/Y', strtotime('Oct11')), "\n";
10 echo date('m/d/Y', strtotime('11Oct')), "\n";
11 echo date('m/d/Y', strtotime('11Oct 2005')), "\n";
12 echo date('m/d/Y', strtotime('11Oct2005')), "\n";
/PHP-5.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c478 if (m->reln == '=' || m->reln == '!') { in mprint()
479 if (file_printf(ms, F(m->desc, "%s"), m->value.s) == -1) in mprint()
624 if (file_printf(ms, F(m->desc, "%s"), m->value.s) == -1) in mprint()
679 if (m->reln == '=' || m->reln == '!') in moffset()
894 cvt_8(p, m); in mconvert()
897 cvt_16(p, m); in mconvert()
902 cvt_32(p, m); in mconvert()
2050 v = file_strncmp(m->value.s, p->s, (size_t)m->vallen, m->str_flags); in magiccheck()
2056 v = file_strncmp16(m->value.s, p->s, (size_t)m->vallen, m->str_flags); in magiccheck()
2066 slen = MIN(m->vallen, sizeof(m->value.s)); in magiccheck()
[all …]
H A Dapprentice.c1551 (void)memset(m, 0, sizeof(*m)); in parse()
1563 (void)memset(m, 0, sizeof(*m)); in parse()
1942 m->desc[sizeof(m->desc) - 1] = '\0'; in parse()
1974 m->factor_op, m->factor); in parse_strength()
2008 m->factor_op, m->factor); in parse_strength()
2254 file_names[m->type], m->desc); in check_format()
2263 file_names[m->type], m->desc); in check_format()
2945 m->str_range = swap4(m->str_range);
2946 m->str_flags = swap4(m->str_flags);
2949 m->value.q = swap8(m->value.q);
[all …]
H A Dcdf_time.c69 size_t m; in cdf_getday() local
71 for (m = 0; m < sizeof(mdays) / sizeof(mdays[0]); m++) { in cdf_getday()
72 int sub = mdays[m] + (m == 1 && isleap(year)); in cdf_getday()
86 size_t m; in cdf_getmonth() local
88 for (m = 0; m < sizeof(mdays) / sizeof(mdays[0]); m++) { in cdf_getmonth()
89 days -= mdays[m]; in cdf_getmonth()
90 if (m == 1 && isleap(year)) in cdf_getmonth()
93 return (int)m; in cdf_getmonth()
95 return (int)m; in cdf_getmonth()
/PHP-5.6/ext/date/lib/
H A Ddow.c56 m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m]; in timelib_day_of_week_ex()
68 return timelib_day_of_week_ex(y, m, d, 0); in timelib_day_of_week()
73 return timelib_day_of_week_ex(y, m, d, 1); in timelib_iso_day_of_week()
84 return (timelib_is_leap(y) ? d_table_leap[m] : d_table_common[m]) + d - 1; in timelib_day_of_year()
87 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() argument
89 return timelib_is_leap(y) ? ml_table_leap[m] : ml_table_common[m]; in timelib_days_in_month()
98 doy = timelib_day_of_year(y, m, d) + 1; in timelib_isoweek_from_date()
99 if (y_leap && m > 2) { in timelib_isoweek_from_date()
103 weekday = timelib_day_of_week(y, m, d); in timelib_isoweek_from_date()
161 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date() argument
[all …]
H A Dtm2unixtime.c49 (*m)++; in inc_month()
51 *m -= 12; in inc_month()
58 (*m)--; in dec_month()
60 *m += 12; in dec_month()
88 (*m)--; in do_range_limit_days_relative()
98 (*m)--; in do_range_limit_days_relative()
137 (*m)--; in do_range_limit_days()
142 (*m)++; in do_range_limit_days()
217 time->m += time->relative.m; in do_adjust_relative()
303 time->m += time->relative.m; in do_adjust_special_early()
[all …]
/PHP-5.6/ext/mbstring/
H A Dphp_unicode.c64 long l, r, m; in prop_lookup() local
78 for (m = 1; n + m < _ucprop_size && _ucprop_offsets[n + m] == 0xffff; m++) in prop_lookup()
88 m = (l + r) >> 1; in prop_lookup()
89 m -= (m & 1); in prop_lookup()
91 l = m + 2; in prop_lookup()
93 r = m - 2; in prop_lookup()
124 long m; in case_lookup() local
134 m = (l + r) >> 1; in case_lookup()
135 m -= (m % 3); in case_lookup()
137 l = m + 3; in case_lookup()
[all …]
/PHP-5.6/ext/spl/tests/
H A Dmultiple_iterator_001.phpt10 $m = new MultipleIterator();
13 foreach($m as $value) {
16 var_dump($m->current());
18 $m->attachIterator($iter1);
19 $m->attachIterator($iter2);
20 $m->attachIterator($iter3);
26 foreach($m as $key => $value) {
30 $m->current();
35 $m->key();
61 $m->rewind();
[all …]
/PHP-5.6/ext/pcre/tests/
H A Dbug47229.phpt9 preg_match('/[a\-c]+/', 'a---b', $m);
10 var_dump($m);
12 preg_match('/[a\-c]+/', 'a\-', $m);
13 var_dump($m);
15 preg_match("/a\-{2,}/", 'a----a', $m);
16 var_dump($m);
18 preg_match("/a\-{1,}/", 'a\----a', $m);
19 var_dump($m);
H A Dbug40195.phpt6 var_dump(preg_match('@^(/([a-z]*))*$@', '//abcde', $m)); var_dump($m);
7 var_dump(preg_match('@^(/(?:[a-z]*))*$@', '//abcde', $m)); var_dump($m);
9 var_dump(preg_match('@^(/([a-z]+))+$@', '/a/abcde', $m)); var_dump($m);
10 var_dump(preg_match('@^(/(?:[a-z]+))+$@', '/a/abcde', $m)); var_dump($m);
H A Dbug42298.phpt6 preg_match_all('/\S\S/u', $str, $m); var_dump($m);
7 preg_match_all('/\S{2}/u', $str, $m); var_dump($m);
10 preg_match_all('/\W\W/u', $str, $m); var_dump($m);
11 preg_match_all('/\W{2}/u', $str, $m); var_dump($m);
H A Ddollar_endonly.phpt6 var_dump(preg_match_all('/^\S+.+$/', "aeiou\n", $m));
7 var_dump($m);
9 var_dump(preg_match_all('/^\S+.+$/D', "aeiou\n", $m));
10 var_dump($m);
12 var_dump(preg_match_all('/^\S+\s$/D', "aeiou\n", $m));
13 var_dump($m);
H A Dungreedy.phpt6 var_dump(preg_match('/<.*>/', '<aa> <bb> <cc>', $m));
7 var_dump($m);
9 var_dump(preg_match('/<.*>/U', '<aa> <bb> <cc>', $m));
10 var_dump($m);
12 var_dump(preg_match('/(?U)<.*>/', '<aa> <bb> <cc>', $m));
13 var_dump($m);
/PHP-5.6/ext/oci8/tests/
H A Derror_parse.phpt27 $m = oci_error($c1);
28 var_dump($m);
43 $m = oci_error($c2);
44 var_dump($m);
60 var_dump($m);
65 $m = oci_error();
67 var_dump($m);
71 $m = oci_error($c1);
75 $m = oci_error($c2);
79 $m = oci_error($c3);
[all …]
/PHP-5.6/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt50 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000);
66 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000);
68 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", 3000);
80 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000);
93 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", 3000);
104 $r = socket_sendto($sends1, $m = "mcast packet from 127.0.0.1", strlen($m), 0, $mcastaddr, 3000);
114 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000);
116 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", 3000);
127 $r = socket_sendto($sends1, $m = "mcast packet from 127.0.0.1", strlen($m), 0, $mcastaddr, 3000);
138 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000);
[all …]
H A Dmcast_ipv6_recv.phpt26 $r = socket_sendto($s, $m = "testing packet", strlen($m), 0, 'ff01::114', 3000);
72 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $mcastaddr, 3000);
79 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000);
95 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000);
97 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000);
107 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000);
120 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000);
131 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000);
141 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000);
143 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000);
[all …]
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug68594.phpt6 $m = new StdClass();
10 $m->aaa = array(1,2,&$u,4,5);
11 $m->bbb = 1;
12 $m->ccc = &$u;
13 $m->ddd = str_repeat("A", $i);
15 $z = serialize($m);

Completed in 87 milliseconds

12345678910>>...21