Home
last modified time | relevance | path

Searched refs:m (Results 126 – 150 of 474) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt60 "To check " in heredoc".I'm sure it'll \work!
143m sure it'll \work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in…
144m sure it'll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in…
/PHP-5.5/ext/oci8/tests/
H A Dlob_null.phpt44 $m = oci_error($s);
45 echo $m['message'], "\n";
58 $m = oci_error($s);
59 echo $m['message'], "\n";
72 $m = oci_error($s);
73 echo $m['message'], "\n";
88 $m = oci_error($s);
89 echo $m['message'], "\n";
102 $m = oci_error($s);
103 echo $m['message'], "\n";
[all …]
H A Ddetails.inc54 $m = oci_error($c);
55 echo $stmt . PHP_EOL . $m['message'] . PHP_EOL;
60 $m = oci_error($s);
61 if (!in_array($m['code'], array( // ignore expected errors
69 echo $stmt . PHP_EOL . $m['message'] . PHP_EOL;
/PHP-5.5/ext/pcre/tests/
H A Dbug38600.phpt7 var_dump(preg_match('/(?<!\w)(0x[\p{N}]+[lL]?|[\p{Nd}]+(e[\p{Nd}]*)?[lLdDfF]?)(?!\w)/', $foo, $m));
8 var_dump($m);
H A Dbug41050.phpt11 if (preg_match($regex,$sql, $m)) echo 'matched';
14 print_r($m);
H A Dmultiline.phpt8 var_dump(preg_match_all('/^.{2,3}$/m', "aei\nou", $dummy));
9 var_dump(preg_match_all('/^.{2,3}$/m', "aei\nou\n", $dummy));
/PHP-5.5/ext/date/tests/
H A Dbug33536.phpt7 print date("Y-m-d", strtotime("monkey")) ."\n";
8 print date("Y-m-d", false) ."\n";
H A Ddate-set-timestamp.phpt7 echo $d->format( "Y-m-d H:i e\n" );
11 echo $d->format( "Y-m-d H:i e\n" );
H A Dbug50475.phpt11 var_dump($date->format('Y-m-d H:i:s'));
14 var_dump($date->format('Y-m-d H:i:s'));
H A Dbug33563.phpt6 $strCurrDate = date('Y-m-d H:i:s',strtotime('2005-06-30 21:04:23'));
7 $strMonAfter = date('Y-m-d H:i:s',strtotime('+1 month',strtotime($strCurrDate)));
H A Dbug26090.phpt8 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
11 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
H A Dbug26198.phpt6 echo gmdate("F Y (Y-m-d H:i:s T)\n", strtotime("Oct 2001"));
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Dbug53437.phpt9 echo $dt->format('Y-m-d H:i:s')."\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
57 ["m"]=>
116 ["m"]=>
H A Dbug54316.phpt7 $dt = DateTime::createFromFormat('Y-m-d|', '2011-02-02');
10 $dt = DateTime::createFromFormat('Y-m-d!', '2011-02-02');
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
/PHP-5.5/sapi/cli/tests/
H A D018.phpt2 CLI php -m
16 echo `"$php" -n -m`;
/PHP-5.5/tests/classes/
H A Dbug65768.phpt13 echo $diff1->y, " ", $diff1->m, " ", $diff1->d, " ",
17 echo $diff2->y, " ", $diff2->m, " ", $diff2->d, " ",
21 echo $diff3->y, " ", $diff3->m, " ", $diff3->d, " ",
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c70 php_stream * net_stream = net->data->m.get_stream(net TSRMLS_CC); in MYSQLND_METHOD()
240 php_stream * net_stream = net->data->m.get_stream(net TSRMLS_CC); in MYSQLND_METHOD()
270 ret = net->data->m.open_pipe; in MYSQLND_METHOD()
275 ret = net->data->m.open_tcp_or_unix; in MYSQLND_METHOD()
299 net->data->m.close_stream(net, conn_stats, error_info TSRMLS_CC); in MYSQLND_METHOD()
305 (void) net->data->m.set_stream(net, net_stream TSRMLS_CC); in MYSQLND_METHOD()
858 php_stream * net_stream = net->data->m.get_stream(net TSRMLS_CC); in MYSQLND_METHOD()
1013 (void) net->data->m.set_stream(net, NULL TSRMLS_CC); in MYSQLND_METHOD()
1048 net->data->m.free_contents(net TSRMLS_CC); in MYSQLND_METHOD()
1049 net->data->m.close_stream(net, stats, error_info TSRMLS_CC); in MYSQLND_METHOD()
[all …]
/PHP-5.5/ext/opcache/tests/
H A Dbug65510.phpt12 $m = array("l", "a", "r", "u", "e", "n", "c", "e");
13 foreach($m as $n) {
/PHP-5.5/ext/reflection/tests/
H A D010.phpt15 $m = new ReflectionMethod("Bar::func");
16 echo $m;
H A Dbug47254.phpt22 $m = $R->getMethods();
23 print_r($m);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
37 var_dump(fread($stream, strlen($m)));
/PHP-5.5/ext/mcrypt/tests/
H A Dbug41252.phpt9 print "I'm alive!\n";
13 I'm alive!
/PHP-5.5/ext/gd/libgd/
H A Dgd_matrix.c307 int gdAffineRectilinear (const double m[6]) in gdAffineRectilinear()
309 return ((fabs (m[1]) < GD_EPSILON && fabs (m[2]) < GD_EPSILON) || in gdAffineRectilinear()
310 (fabs (m[0]) < GD_EPSILON && fabs (m[3]) < GD_EPSILON)); in gdAffineRectilinear()
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c295 zend_op *m, *n; in replace_tmp_by_const() local
312 m = opline; in replace_tmp_by_const()
314 while (m < n) { in replace_tmp_by_const()
315 if (ZEND_OP1_TYPE(m) == IS_TMP_VAR && in replace_tmp_by_const()
316 ZEND_OP1(m).var == var) { in replace_tmp_by_const()
317 if (m->opcode == ZEND_CASE) { in replace_tmp_by_const()
321 update_op1_const(op_array, m, val TSRMLS_CC); in replace_tmp_by_const()
323 } else if (m->opcode == ZEND_FREE) { in replace_tmp_by_const()
324 MAKE_NOP(m); in replace_tmp_by_const()
329 m++; in replace_tmp_by_const()

Completed in 64 milliseconds

12345678910>>...19