Home
last modified time | relevance | path

Searched refs:m (Results 176 – 200 of 474) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt42 foreach($rc->getMethods() as $m) {
43 var_dump($m->isGenerator());
H A D005.phpt44 foreach($r->getMethods() as $m)
46 var_dump(strip_doc_comment($m->getDocComment()));
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_factories_basic.phpt12 $m = array('createWordInstance', 'createLineInstance', 'createCharacterInstance',
18 foreach ($m as $method) {
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}}}');
/PHP-5.5/ext/pcre/tests/
H A D001.phpt12 ~x', $s, $m));
14 var_dump($m);
H A Dbug37911.phpt14 var_dump(preg_match('|(?P<name>blub)|', 'bla blub blah', $m));
15 var_dump($m);
/PHP-5.5/ext/date/tests/
H A Dbug53437_var2.phpt19 ["m"]=>
51 ["m"]=>
H A D002.phpt37 echo date ("Y-m-d H:i:s\n", strtotime ($date));
48 echo date ("Y-m-d H:i:s\n", strtotime ($date));
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-5.5/ext/fileinfo/tests/
H A Dcve-2014-1943.phpt14 $m = "0 byte x\n".
23 file_put_contents($fm, $m);
/PHP-5.5/sapi/embed/
H A Dconfig.m415 …INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(…
19 …INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0644 $SAPI_STATIC \$(…
/PHP-5.5/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-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c175 ret = net->data->m.send_ex(net, empty_packet, 0, conn->stats, conn->error_info TSRMLS_CC); in mysqlnd_handle_local_infile()
195 ret = net->data->m.send_ex(net, empty_packet, 0, conn->stats, conn->error_info TSRMLS_CC); in mysqlnd_handle_local_infile()
201 …if ((ret = net->data->m.send_ex(net, buf, bufsize, conn->stats, conn->error_info TSRMLS_CC)) == 0)… in mysqlnd_handle_local_infile()
209 …if ((ret = net->data->m.send_ex(net, empty_packet, 0, conn->stats, conn->error_info TSRMLS_CC)) ==… in mysqlnd_handle_local_infile()
229 …if (FAIL == conn->m->simple_command_handle_response(conn, PROT_OK_PACKET, FALSE, COM_QUERY, FALSE … in mysqlnd_handle_local_infile()
H A Dphp_mysqlnd.c292 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
293 trace_alloc->m->set_mode(trace_alloc, MYSQLND_G(trace_alloc_settings)); in PHP_RINIT_FUNCTION()
313 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
314 dbg->m->free_handle(dbg); in PHP_RSHUTDOWN_FUNCTION()
318 trace_alloc->m->close(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
319 trace_alloc->m->free_handle(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
H A Dmysqlnd_debug.c71 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
143 self->m->close(self); in MYSQLND_METHOD()
144 self->m->open(self, TRUE); in MYSQLND_METHOD()
169 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
246 self->m->close(self); in MYSQLND_METHOD()
247 self->m->open(self, TRUE); in MYSQLND_METHOD()
445 self->m->log_va(self, __LINE__, __FILE__, 0, "info : ", in MYSQLND_METHOD()
455 self->m->log_va(self, __LINE__, __FILE__, -1, "info : ", in MYSQLND_METHOD()
738 ret->m = & mysqlnd_mysqlnd_debug_methods; in mysqlnd_debug_init()
762 dbg->m->close(dbg); in _mysqlnd_debug()
[all …]
/PHP-5.5/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-5.5/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-5.5/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))

Completed in 38 milliseconds

12345678910>>...19