Home
last modified time | relevance | path

Searched refs:m (Results 301 – 325 of 488) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result_meta.c54 conn->payload_decoder_factory->m.init_result_field_packet(&field_packet); in MYSQLND_METHOD()
135 new_meta->m = meta->m; in MYSQLND_METHOD()
203 new_meta->m->free_metadata(new_meta); in MYSQLND_METHOD()
297 ret->m = & mysqlnd_mysqlnd_res_meta_methods; in mysqlnd_result_meta_init()
H A Dmysqlnd_portability.h170 zend_long m[2]; member
172 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \
173 ((float8get_union *)&(V))->m[1] = *(((zend_long*) (M))+1); }
174 #define float8store(T,V) { *((zend_long *) (T)) = ((float8get_union *)&(V))->m[0]; \
175 *(((zend_long *) (T))+1) = ((float8get_union *)&(V))->m[1]; }
/PHP-7.4/ext/date/tests/
H A Ddate_sun_info_002.phpt9 echo date( 'Y-m-d H:i:s T', $elem ), " ", $key, "\n";
H A Dbug45554.phpt7 $format = "m-d-Y H:i:s.u T";
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
H A D009.phpt16 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
24 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A Dbug45682.phpt18 ["m"]=>
H A Dbug50392.phpt12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
H A Dbug52738.phpt25 [m] => 0
H A Dbug73091.phpt20 ["m"]=>
/PHP-7.4/ext/date/
H A Dphp_date.c1594 now->m = mon; in php_mktime()
1648 zend_long m, d, y; in PHP_FUNCTION() local
1651 Z_PARAM_LONG(m) in PHP_FUNCTION()
1702 ta.tm_mon = ts->m - 1; in php_strftime()
3273 if (tmp_time->m != -99999) { in php_date_modify()
3274 dateobj->time->m = tmp_time->m; in php_date_modify()
3662 dateobj->time->m = m; in php_date_date_set()
3673 zend_long y, m, d; in PHP_FUNCTION() local
3691 zend_long y, m, d; in PHP_METHOD() local
3712 dateobj->time->m = 1; in php_date_isodate_set()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr.inc34 $m = oci_error($s);
35 if (!in_array($m['code'], array( // ignore expected errors
42 echo "Error:" . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
43 if ($m['code'] == 38807) {
/PHP-7.4/ext/spl/tests/
H A Dbug70166.phpt5 $inner = 'x:i:1;a:0:{};m:a:0:{}';
H A Dbug70155.phpt5 $inner = 'x:i:0;O:12:"DateInterval":1:{s:1:"y";i:3;};m:a:1:{i:0;R:2;}';
H A Dbug70168.phpt5 $inner = 'x:i:1;O:8:"stdClass":0:{};m:a:0:{}';
/PHP-7.4/tests/run-test/
H A Dbug75042.phpt6 if (false !== stripos(`$php -n -m`, 'openssl')) {
/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt15 while (preg_match('/\G\w/u', $str, $m, 0, $pos)) ++$pos;
/PHP-7.4/Zend/tests/
H A Dbug43175.phpt10 public function __call($m, $a) {
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller4.phar12 …�ж���������a.phps����WX���l�`�������hiohio<?php function hio(){}����H��a:�C2m��|���GBMB
/PHP-7.4/ext/standard/tests/serialize/
H A Dunserialize_leak.phpt6 …ss":1:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:7;,R:2;s:4:"next";;r:3;};m:a:0:{}}';
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string.phpt9 var_dump(convert_cyr_string("[[[[[[", "q", "m"));
11 var_dump(convert_cyr_string("[[[[[[", "m", "a"));
/PHP-7.4/ext/opcache/tests/
H A Dbug75556.phpt23 var_dump(createFromFormat('m/d/Y', '12/07/2017', null));
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt16 �A� Dѫ�΍���1�MB��Uv�_�(�EL���/��aP�=Pi �;�6�f�Ce4��U9;w�5�� m /
/PHP-7.4/Zend/
H A Dbench.php99 function Ack($m, $n){ argument
100 if($m == 0) return $n+1;
101 if($n == 0) return Ack($m-1, 1);
102 return Ack($m - 1, Ack($m, ($n - 1)));
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound2_001w.phpt11 function __construct($a=NULL, $i=NULL, $n=NULL, $m=NULL) {
15 $this->Male = $m;

Completed in 80 milliseconds

1...<<11121314151617181920