Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.0/Zend/tests/
H A Dbug69167.phpt5 function l($m) {
6 echo $m . "\n";
/PHP-7.0/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-7.0/ext/fileinfo/
H A Dlibmagic.patch583 m->str_flags = m->type == FILE_PSTRING ? PSTRING_1_LE : 0;
917 m->offset = swap4((uint32_t)m->offset);
918 m->in_offset = swap4((uint32_t)m->in_offset);
919 m->lineno = swap4((uint32_t)m->lineno);
922 m->str_range = swap4(m->str_range);
923 m->str_flags = swap4(m->str_flags);
2187 return m;
2897 - (m->cont_level & 7) + 1, ">>>>>>>>", m->offset);
2991 - file_showstr(stderr, m->value.s, (size_t)m->vallen);
3396 + if (file_printf(ms, F(ms, m, "%s"), m->value.s) == -1)
[all …]
/PHP-7.0/ext/intl/tests/
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-7.0/ext/oci8/tests/
H A Dconnect.inc13 $m = oci_error();
14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
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 …]
/PHP-7.0/ext/date/tests/
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--
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)));
/PHP-7.0/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-7.0/sapi/cli/tests/
H A D018.phpt2 CLI php -m
16 echo `"$php" -n -m`;
/PHP-7.0/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-7.0/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
/PHP-7.0/ext/pgsql/tests/
H A Dbug71062.phpt20 $modified_format = 'Y-m-d H:i:sO';
36 trying format Y-m-d\TH:i:sO
37 trying format Y-m-d H:i:sO
/PHP-7.0/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-7.0/ext/opcache/tests/
H A Dbug65510.phpt12 $m = array("l", "a", "r", "u", "e", "n", "c", "e");
13 foreach($m as $n) {
/PHP-7.0/ext/reflection/tests/
H A D010.phpt15 $m = new ReflectionMethod("Bar::func");
16 echo $m;

Completed in 33 milliseconds

12345678910>>...20