Home
last modified time | relevance | path

Searched refs:m (Results 201 – 225 of 495) sorted by relevance

12345678910>>...20

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c158 int n, m; in mbfl_filt_conv_qprintdec() local
195 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()
196 if (m < 0) { in mbfl_filt_conv_qprintdec()
201 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()
/PHP-7.0/ext/mysqlnd/
H A Dphp_mysqlnd.c289 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
290 trace_alloc->m->set_mode(trace_alloc, MYSQLND_G(trace_alloc_settings)); in PHP_RINIT_FUNCTION()
310 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
311 dbg->m->free_handle(dbg); in PHP_RSHUTDOWN_FUNCTION()
315 trace_alloc->m->close(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
316 trace_alloc->m->free_handle(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_string.h137 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc() argument
139 …zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), … in zend_string_safe_alloc()
151 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_alloc()
240 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc() argument
246 …ret = (zend_string *)safe_perealloc(s, n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), persisten… in zend_string_safe_realloc()
247 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_realloc()
254 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
255 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN((n * m) + l, ZSTR_LEN(s)) + 1); in zend_string_safe_realloc()
/PHP-7.0/ext/standard/
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
/PHP-7.0/ext/reflection/tests/
H A D005.phpt43 foreach($r->getMethods() as $m)
45 var_dump(strip_doc_comment($m->getDocComment()));
H A Dbug47254.phpt22 $m = $R->getMethods();
23 print_r($m);
H A D002.phpt10 function __construct($c,$m)
13 parent::__construct($c,$m);
/PHP-7.0/ext/date/tests/
H A Dbug53437_var4.phpt13 $df->m,
27 ["m"]=>
H A DDateInterval_format.phpt29 echo $interval->format('m=%m') . "\n";
60 m=2
H A Dbug53437_var3.phpt7 $s = 'O:12:"DateInterval":15:{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…
18 ["m"]=>
H A Dbug53437_var5.phpt7 $s = 'O:12:"DateInterval":15:{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…
18 ["m"]=>
H A Ddate_period.phpt12 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
23 echo $dt->format( "l Y-m-d H:i:s\n" );
H A Dexamine_diff.inc41 $start_date = $start->format('Y-m-d H:i:s T');
48 $end_date = $end->format('Y-m-d H:i:s T');
69 $result_end_date = $start->format('Y-m-d H:i:s T');
75 $result_start_date = $end->format('Y-m-d H:i:s T');
/PHP-7.0/ext/fileinfo/tests/
H A Dcve-2014-1943.phpt14 $m = "0 byte x\n".
23 file_put_contents($fm, $m);
/PHP-7.0/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter_variant2.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
/PHP-7.0/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
7 -m method name ....................Name of method, eg createAttribute
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c598 m = q->trait_method; in zend_file_cache_serialize_class()
599 UNSERIALIZE_PTR(m); in zend_file_cache_serialize_class()
601 if (m->method_name) { in zend_file_cache_serialize_class()
604 if (m->class_name) { in zend_file_cache_serialize_class()
632 m = q->trait_method; in zend_file_cache_serialize_class()
633 UNSERIALIZE_PTR(m); in zend_file_cache_serialize_class()
638 if (m->class_name) { in zend_file_cache_serialize_class()
1160 m = q->trait_method; in zend_file_cache_unserialize_class()
1165 if (m->class_name) { in zend_file_cache_unserialize_class()
1191 m = q->trait_method; in zend_file_cache_unserialize_class()
[all …]
/PHP-7.0/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt25 $m = imap_bodystruct($imap_stream, 1, "1");
38 if(isValid($m->$mf))
48 if(is_array($m->parameters))
/PHP-7.0/ext/oci8/tests/
H A Dbug47281_tt.phpt35 $m = oci_error($s);
36 echo $m['message'], "\n";
/PHP-7.0/ext/pcre/tests/
H A D003.phpt13 '2006-05-13 e outra data: "12-Aug-37"', $m, $flag));
15 var_dump($m);
/PHP-7.0/Zend/tests/
H A Dbug45805.phpt28 $m = new ReflectionMethod('B', 'foo');
29 $m->invoke($this);

Completed in 36 milliseconds

12345678910>>...20