Home
last modified time | relevance | path

Searched refs:m (Results 226 – 250 of 586) sorted by relevance

12345678910>>...24

/php-src/ext/opcache/tests/jit/
H A Dassign_dim_op_005.phpt9 set_error_handler(function($_, $m){
10 throw new Exception($m);
H A Dassign_dim_undef_exception.phpt9 set_error_handler(function($_, $m){
10 throw new Exception($m);
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c225 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
226 trace_alloc->m->set_mode(trace_alloc, MYSQLND_G(trace_alloc_settings)); in PHP_RINIT_FUNCTION()
245 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
246 dbg->m->free_handle(dbg); in PHP_RSHUTDOWN_FUNCTION()
250 trace_alloc->m->close(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
251 trace_alloc->m->free_handle(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
H A Dmysqlnd_vio.c79 php_stream * net_stream = vio->data->m.get_stream(vio); in MYSQLND_METHOD()
269 php_stream * net_stream = vio->data->m.get_stream(vio); in MYSQLND_METHOD()
304 ret = vio->data->m.open_pipe; in MYSQLND_METHOD()
309 ret = vio->data->m.open_tcp_or_unix; in MYSQLND_METHOD()
330 vio->data->m.close_stream(vio, conn_stats, error_info); in MYSQLND_METHOD()
516 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD()
673 if (net && (net_stream = net->data->m.get_stream(net))) { in MYSQLND_METHOD()
684 net->data->m.set_stream(net, NULL); in MYSQLND_METHOD()
716 vio->data->m.free_contents(vio); in MYSQLND_METHOD()
717 vio->data->m.close_stream(vio, stats, error_info); in MYSQLND_METHOD()
[all …]
/php-src/ext/date/lib/
H A Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
462 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
465 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
469 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
475 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
478 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
482 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli…
493 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
679 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d);
[all …]
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
34 (367L*(y)-((7*((y)+(((m)+9)/12)))/4)+((275*(m))/9)+(d)-730530L)
237 t_utc->m = t_loc->m; in timelib_astro_rise_set_altitude()
/php-src/ext/sodium/tests/
H A Dcrypto_generichash.phpt19 sodium_crypto_generichash_update($state, 'm');
24 sodium_crypto_generichash_update($state, 'm');
29 sodium_crypto_generichash_update($state, 'm');
H A Dsodium_error_001.phpt13 $m = 12;
15 $hash = do_crypto_shorthash($m, $key);
/php-src/ext/date/tests/
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A Dbug72096.phpt8 echo "Time:", gmdate('Y-m-d H:i:s = B', $unix), PHP_EOL;
9 echo "Time:", gmdate('Y-m-d H:i:s = B', $unix - 82 * 365 * 24 * 3600), PHP_EOL;
H A Dbug52062-64bit.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
16 var_dump($d->format('Y-m-d H:i:s U'));
H A Dbug53437_var2.phpt18 ["m"]=>
40 ["m"]=>
H A Dbug74639.phpt22 if ($interval->format('Y-m-d H:i:s') != $clonedInterval->format('Y-m-d H:i:s')) {
H A Dbug79015.phpt5 $payload = 'O:12:"DateInterval":9:{s:1:"y";i:1;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:0;s:1:"i";i:0;s:1:…
12 ["m"]=>
H A Dbug72963.phpt17 $d1 = DateTime::createFromFormat('!m/d/Y', $string);
23 $d2 = DateTimeImmutable::createFromFormat('!m/d/Y', $string);
29 $d3 = date_parse_from_format('m/d/Y', $string);
H A Dbug52808.phpt33 ["m"]=>
55 ["m"]=>
77 ["m"]=>
H A Dbug28088.phpt8 echo gmdate("m/d/y Hi", strtotime("04/04/04 2345")), "\n";
11 echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";
H A Dbug62561.phpt11 echo 'ts: '.$ts->format('Y-m-d H:i:s')."\n";
12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
H A Dbug63740.phpt23 echo $dt->format( "D Y-m-d H:i" ), " → ";
27 echo $dtn->format( "D Y-m-d H:i" ), "\n";
H A Dbug53437_var3.phpt7 $s = 'O:12:"DateInterval":8:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1:…
17 ["m"]=>
H A Dbug53437_var5.phpt7 $s = 'O:12:"DateInterval":8:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1:…
17 ["m"]=>
/php-src/ext/intl/tests/
H A Dbreakiter_factories_basic.phpt10 $m = array('createWordInstance', 'createLineInstance', 'createCharacterInstance',
15 foreach ($m as $method) {
/php-src/ext/standard/tests/array/
H A Duasort_variation8.phpt12 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
36 ["m"]=>
48 ["m"]=>
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload6.phpt10 function m(): B {}
17 function m(): X {}
/php-src/ext/pcre/tests/
H A Dbug42945.phpt6 var_dump(preg_match_all('/\b/', "a'", $m, PREG_OFFSET_CAPTURE));
7 var_dump($m);

Completed in 37 milliseconds

12345678910>>...24