Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.5/ext/phar/tests/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-5.5/ext/oci8/tests/
H A Dcommit_002.phpt30 $m = oci_error($s);
31 echo 'Could not execute: '. $m['message'] . "\n";
35 $m = oci_error($c);
36 echo 'Could not commit: '. $m['message'] . "\n";
44 $m = oci_error($s);
45 echo 'Could not execute: '. $m['message'] . "\n";
49 $m = oci_error($c);
50 echo 'Could not commit: '. $m['message'] . "\n";
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-5.5/sapi/thttpd/
H A Dthttpd.c527 #define HANDLE_STR(m) nhc->m = nhc->m ? strdup(nhc->m) : NULL argument
536 #define HANDLE_STR(m) if (hc->m) free(hc->m) argument
544 qreq_t *m; local
552 free(m);
563 qreq_t *m; local
577 m = malloc(sizeof *m);
578 m->hc = nhc;
635 while (m) {
645 free(m);
648 prev = m;
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c189 conn->m->free_contents(conn TSRMLS_CC); in MYSQLND_METHOD_PRIVATE()
190 conn->m->free_options(conn TSRMLS_CC); in MYSQLND_METHOD_PRIVATE()
361 conn->m->send_close(conn TSRMLS_CC); in MYSQLND_METHOD()
498 conn->m->send_close(conn TSRMLS_CC); in mysqlnd_switch_to_ssl_if_needed()
883 conn->m->send_close(conn TSRMLS_CC);
886 conn->m->free_contents(conn TSRMLS_CC);
1082 conn->m->free_contents(conn TSRMLS_CC);
1349 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
1493 result->m.fetch_row = result->m.fetch_row_normal_unbuffered;
1780 conn->m->send_close(conn TSRMLS_CC);
[all …]
/PHP-5.5/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 Dbug33414-2.phpt8 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
10 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
16 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
18 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
24 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
32 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
40 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
48 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
56 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
64 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
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 Dbug33415-2.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
27 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
36 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
44 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
53 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
61 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
70 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
79 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
87 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
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;
H A Dbug38229.phpt6 echo date("Y-m", strtotime('2006-1'))."\n";
7 echo date("Y-m", strtotime('2006-03'))."\n";
8 echo date("Y-m", strtotime('2006-12'))."\n";
/PHP-5.5/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-5.5/ext/spl/tests/
H A Ddit_006.phpt17 $m = 0;
19 $m++;
22 echo "With seek(0) we get $m\n";
40 var_dump($n !== $m, $m === $o, $p === 0);
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1484 if (m < 1) { in gdImageScaleBicubicFixed()
1729 if ((m > 0) && (m < src_h-1) && (n > 0) && (n < src_w-1)) { in gdImageRotateNearestNeighbour()
1786 if ((n <= 0) || (m <= 0) || (m >= src_h) || (n >= src_w)) { in gdImageRotateGeneric()
1840 if ((m > 0) && (m < src_h - 1) && (n > 0) && (n < src_w - 1)) { in gdImageRotateBilinear()
1850 src_offset_y = m; in gdImageRotateBilinear()
1853 if (m < src_h-1) { in gdImageRotateBilinear()
1960 if ((m > 0) && (m < src_h - 1) && (n > 0) && (n < src_w-1)) { in gdImageRotateBicubicFixed()
1976 if (m < 1) { in gdImageRotateBicubicFixed()
2286 double m[6]; in gdTransformAffineGetImage() local
2312 gdAffineConcat(m, affine, m); in gdTransformAffineGetImage()
[all …]
/PHP-5.5/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);
/PHP-5.5/ext/date/lib/
H A Dinterval.c59 rt->m = two->m - one->m; in timelib_diff()
104 t->relative.m = interval->m * bias; in timelib_add()
117 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_add()
139 t->relative.m = 0 - (interval->m * bias); in timelib_sub()
150 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_sub()
155 if (old_time->dst == 0 && t->dst == 1 && !interval->y && !interval->m && !interval->d ) { in timelib_sub()

Completed in 77 milliseconds

12345678910>>...19