Home
last modified time | relevance | path

Searched refs:m (Results 351 – 375 of 488) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/ext/date/tests/
H A Ddate_time_immutable.phpt12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n";
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Ddate_add_basic.phpt18 $format = 'Y-m-d H:i:s';
H A Ddate_sub_basic.phpt18 $format = 'Y-m-d H:i:s';
H A DDatePeriod_set_state.phpt40 ["m"]=>
/PHP-7.4/ext/spl/tests/
H A Dbug70365.phpt19 $inner = 'x:i:1;O:8:"stdClass":0:{},i:1;;m:a:0:{}';
/PHP-7.4/ext/intl/tests/
H A Dtimezone_getErrorCodeMessage_basic.phpt8 $arch = php_uname('m');
H A Dcollator_sort_with_sort_keys.phpt60 array( 'm' , '1' , '_' ),
107 2 => 'm',
H A Dcollator_sort_with_sort_keys_variant2.phpt60 array( 'm' , '1' , '_' ),
107 2 => 'm',
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt33 "Testing invalid \k and \m escape char",
69 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
H A Dstr_split_variation3.phpt35 "Testing invalid \k and \m escape char",
150 string(7) "d \m es"
H A Dchunk_split_variation6.phpt35 'Testing invalid \k and \m escape char',
73 string(55) "Testing):( invali):(d \k an):(d \m es):(cape ch):(ar):("
H A Dlcfirst.phpt62 public function __call($m, $v) {
63 if (stristr($m, 'set')) {
64 $action = lcfirst(substr($m, 3));
H A Dbug72434.phpt16 // Trigger free of $free_me (referenced by $m[1]).
/PHP-7.4/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt73 $m = oci_error($s);
74 echo " Oci_execute error ORA-".$m['code']." Exiting Query\n";
H A Dbind_char_2.phpt73 $m = oci_error($s);
74 echo " Oci_execute error ORA-".$m['code']." Exiting Query\n";
/PHP-7.4/ext/phar/
H A Dphar_path_check.re24 const unsigned char *m;
37 #define YYMARKER m
/PHP-7.4/tests/lang/
H A Dbug22510.phpt92 print "I'm alive!\n";
126 I'm alive!
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php628 $m = (int) (count($map) / $lambda);
629 $tmpMph = tryGenerateMPH($map, $m);
637 $m = (int) (count($map) / 7.0);
638 for (;; $m++) {
639 $tmpMph = tryGenerateMPH($map, $m);
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp56 static const Formattable::Type* phpGetArgTypeList(const MessageFormat& m,
58 static const MessagePattern phpGetMessagePattern(MessageFormat* m);
62 MessageFormatAdapter::phpGetArgTypeList(const MessageFormat& m, in phpGetArgTypeList() argument
64 return m.getArgTypeList(count); in phpGetArgTypeList()
68 MessageFormatAdapter::phpGetMessagePattern(MessageFormat* m) { in phpGetMessagePattern() argument
69 return m->msgPattern; in phpGetMessagePattern()
/PHP-7.4/ext/filter/tests/
H A D016.phpt17 'e.x.a.m.p.l.e.@example.com',
/PHP-7.4/ext/standard/tests/array/
H A Drange.phpt180 string(1) "m"
238 string(1) "m"
446 string(1) "m"
/PHP-7.4/ext/date/lib/
H A Dtimelib.c286 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
316 d->relative.y, d->relative.m, d->relative.d, d->relative.h, d->relative.i, d->relative.s); in timelib_dump_date()
354 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c682 n += m; in mbfl_strlen()
683 p += m; in mbfl_strlen()
756 m++; in collector_strpos()
801 n += m; in mbfl_oddlen()
802 p += m; in mbfl_oddlen()
1162 n += m; in mbfl_substr()
1163 p += m; in mbfl_substr()
1189 n += m; in mbfl_substr()
1190 p += m; in mbfl_substr()
1332 int m; in mbfl_strcut() local
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt16 "я"=>"ya","ч"=>"ch","с"=>"c","м"=>"m","и"=>"i","т"=>"t",

Completed in 55 milliseconds

1...<<11121314151617181920