Home
last modified time | relevance | path

Searched refs:m (Results 51 – 75 of 495) sorted by relevance

12345678910>>...20

/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dopenssl.phar118 $m = (binary)'';
123 $read = $L[1] - strlen($m);
126 $m .= $last;
129 if (strlen($m) < $L[1]) {
131 strlen($m) .'" should be "' .
135 $info = self::_unpack($m);
213 static function _unpack($m)
217 $m = substr($m, 14 + $l[1]);
229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
231 $ret['m'][$savepath][7] = $o;
[all …]
/PHP-7.0/ext/phar/tests/files/
H A Dinclude_path2.phar118 $m = (binary)'';
123 $read = $L[1] - strlen($m);
126 $m .= $last;
129 if (strlen($m) < $L[1]) {
131 strlen($m) .'" should be "' .
135 $info = self::_unpack($m);
213 static function _unpack($m)
217 $m = substr($m, 14 + $l[1]);
229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
231 $ret['m'][$savepath][7] = $o;
[all …]
H A Dnophar.phar118 $m = (binary)'';
123 $read = $L[1] - strlen($m);
126 $m .= $last;
129 if (strlen($m) < $L[1]) {
131 strlen($m) .'" should be "' .
135 $info = self::_unpack($m);
213 static function _unpack($m)
217 $m = substr($m, 14 + $l[1]);
229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
231 $ret['m'][$savepath][7] = $o;
[all …]
H A Dopenssl.phar118 $m = (binary)'';
123 $read = $L[1] - strlen($m);
126 $m .= $last;
129 if (strlen($m) < $L[1]) {
131 strlen($m) .'" should be "' .
135 $info = self::_unpack($m);
213 static function _unpack($m)
217 $m = substr($m, 14 + $l[1]);
229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
231 $ret['m'][$savepath][7] = $o;
[all …]
/PHP-7.0/ext/date/tests/
H A Ddate_period-immutable.phpt14 echo $dt->format( "l Y-m-d\n" );
15 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
16 echo $dt->format( "l Y-m-d\n\n" );
22 echo $dt->format( "l Y-m-d\n" );
23 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
24 echo $dt->format( "l Y-m-d\n\n" );
H A Ddate-lenient.phpt6 print_r( date_parse_from_format( 'm/d/y', $date ) );
7 print_r( date_parse_from_format( 'm/d/y+', $date ) );
8 print_r( date_parse_from_format( '+m/d/y', $date ) );
9 print_r( date_parse_from_format( 'm/d/y++', $date ) );
12 print_r( date_parse_from_format( 'm/d/y+', $date ) );
13 print_r( date_parse_from_format( '+m/d/y', $date ) );
H A DDateTime_format_basic1.phpt18 var_dump( $date->format( "m.d.y") );
21 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
38 string(19) "22:07:41 m is month"
H A Ddate_basic1.phpt18 var_dump( date("m.d.y", $timestamp) );
21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
38 string(19) "10:02:30 m is month"
H A Ddate_format_basic1.phpt18 var_dump( date_format($date, "m.d.y") );
21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
38 string(19) "22:07:41 m is month"
H A Dbug43003.phpt8 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
11 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
14 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
17 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
20 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
H A Dforward-transition-construction.phpt8 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
11 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
14 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
17 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
20 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
H A Dbug46268.phpt8 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
11 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
14 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
18 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
/PHP-7.0/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php13 $m = $f->getMandatoryArgumentNames();
14 $this->assertEquals($m[0], 'number');
21 $m = $f->getMandatoryArgumentNames();
23 $this->assertEquals($m[0], 'ver1');
24 $this->assertEquals($m[1], 'ver2');
/PHP-7.0/Zend/tests/
H A Dbug71428.1.phpt8 public function m(array $a = null) {}
11 public function m(array $a = []) {}
14 Warning: Declaration of B::m(array $a = Array) should be compatible with A::m(array $a = NULL) in %…
H A Dbug70898.phpt5 function m($f,$a){
9 echo implode(m("",m("",m("",m("",m("0000000000000000000000000000000000",("")))))));
H A Dbug47054.phpt12 public function m() {
18 $d->m();
27 D::m();
37 Deprecated: Non-static method D::m() should not be called statically in %s on line %d
41 #0 %s(%d): D::m()
/PHP-7.0/ext/reflection/tests/
H A D001.phpt13 foreach($this->getMethods() as $m)
15 $res[] = $m->class . '::' . $m->name;
63 foreach($exp as $m)
65 if (!in_array($m, $exp))
67 $miss[] = $m;
/PHP-7.0/ext/calendar/tests/
H A Deaster_date.phpt10 echo date("Y-m-d", easter_date(2000))."\n";
11 echo date("Y-m-d", easter_date(2001))."\n";
12 echo date("Y-m-d", easter_date(2002))."\n";
13 echo date("Y-m-d", easter_date(1492))."\n";
/PHP-7.0/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt23 $r = socket_sendto($s, $m = "testing packet", strlen($m), 0, 'ff01::114', 3000);
67 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $mcastaddr, 3000);
74 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000);
90 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000);
92 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000);
102 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000);
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgrepoutput460 This time it jumps and jumps and jumps.
605 01
704 ./testdata/grepinput:.|zero|the|.
705 ./testdata/grepinput:zero|a
706 ./testdata/grepinput:.|zero|the|.
728 
731 
733 
735 
738 
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dextauth_04.phpt17 $m = oci_error();
18 var_dump($m);
26 $m = oci_error();
27 var_dump($m);
35 $m = oci_error();
36 var_dump($m);
/PHP-7.0/ext/spl/tests/
H A Ddit_006.phpt17 $m = 0;
19 $m++;
22 echo "With seek(0) we get $m\n";
41 var_dump($n !== $m, $m === $o, $p === 0);
/PHP-7.0/ext/openssl/tests/
H A Dbug65538.phar118 $m = (binary)'';
123 $read = $L[1] - strlen($m);
126 $m .= $last;
129 if (strlen($m) < $L[1]) {
131 strlen($m) .'" should be "' .
135 $info = self::_unpack($m);
213 static function _unpack($m)
217 $m = substr($m, 14 + $l[1]);
229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
231 $ret['m'][$savepath][7] = $o;
[all …]
/PHP-7.0/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt18 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
20 var_dump($m->format(array("n" => $i)));
21 if ($m->getErrorCode()) {
22 echo "$lc $i ", $m->getErrorMessage();
28 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
30 var_dump($m->format(array($i)));
31 if ($m->getErrorCode()) {
32 echo "$lc $i ", $m->getErrorMessage();
/PHP-7.0/ext/pcre/tests/
H A Dinvalid_utf8_offset.phpt14 var_dump(preg_match(b'~.*~u', $string, $m, 0, 1));
15 var_dump($m);
18 var_dump(preg_match(b'~.*~u', $string, $m, 0, 2));
19 var_dump($m);

Completed in 34 milliseconds

12345678910>>...20