Home
last modified time | relevance | path

Searched refs:m (Results 276 – 300 of 488) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt11 mb_regex_set_options('m');
/PHP-7.4/Zend/
H A Dzend_string.h145 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
147 …zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), … in zend_string_safe_alloc()
152 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_alloc()
244 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
250 …ret = (zend_string *)safe_perealloc(s, n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), persisten… in zend_string_safe_realloc()
251 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_realloc()
256 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
257 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN((n * m) + l, ZSTR_LEN(s)) + 1); in zend_string_safe_realloc()
/PHP-7.4/ext/standard/tests/array/
H A Duasort_variation7.phpt35 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
65 ["m"]=>
H A Dextract_variation8.phpt13 $var1["m"] = 1;
/PHP-7.4/ext/gd/tests/
H A Dsimilarity.inc57 for ($j = 0, $m = imagesy($image1); $j < $m; $j++) {
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound1_001w.phpt11 function __construct($a=NULL, $i=NULL, $n=NULL, $m=NULL) {
15 $this->Male = $m;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt47 $m = [
59 foreach ($m as $c) {
/PHP-7.4/ext/standard/tests/time/
H A Didate.phpt16 m: 1
H A Dbug38524.phpt7 var_dump(strptime('2006-08-20', '%Y-%m-%d'));
/PHP-7.4/ext/date/tests/
H A Dbug73942.phpt8 $dateFormat = $date->format('Y-m-d');
H A Dbug63391.phpt11 echo date_create($date)->format('Y-m-d D'), "\n";
H A Dbug49081.phpt15 [m] => 0
H A D009_win32.phpt21 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
31 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug64887.phpt29 echo $datetime->modify( $test )->format( 'Y-m-d H:i:s.u' ), "\n";
H A Dbug73294.phpt12 $result = $dt->format('Y-m-d H:i:s');
H A Ddate_time_fractions_create_from_format.phpt7 $dt = date_create_from_format( "Y-m-d H:i:s.u", "2016-10-03 12:47:18.819313" );
/PHP-7.4/ext/spl/tests/
H A Dbug70068.phpt6 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c986 pfc->data->m.reset(pfc, stats, error_info); in php_mysqlnd_cmd_write()
995 vio->data->m.consume_uneaten_data(vio, packet->command); in php_mysqlnd_cmd_write()
2342 packet->header.m = &packet_methods[PROT_GREET_PACKET]; in MYSQLND_METHOD()
2354 packet->header.m = &packet_methods[PROT_AUTH_PACKET]; in MYSQLND_METHOD()
2390 packet->header.m = &packet_methods[PROT_OK_PACKET]; in MYSQLND_METHOD()
2402 packet->header.m = &packet_methods[PROT_EOF_PACKET]; in MYSQLND_METHOD()
2414 packet->header.m = &packet_methods[PROT_CMD_PACKET]; in MYSQLND_METHOD()
2450 packet->header.m = &packet_methods[PROT_ROW_PACKET]; in MYSQLND_METHOD()
2462 packet->header.m = &packet_methods[PROT_STATS_PACKET]; in MYSQLND_METHOD()
2549 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72785.phpt9 $p = 'x:i:0;a:1:{i:0;O:1:"A":0:{}};m:a:0:{}';
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch583 m->mask_op = 0;
592 m->str_flags = m->type == FILE_PSTRING ? PSTRING_1_LE : 0;
605 - file_mdump(m);
886 struct magic m;
967 m->offset = swap4(CAST(uint32_t, m->offset));
968 m->in_offset = swap4(CAST(uint32_t, m->in_offset));
969 m->lineno = swap4(CAST(uint32_t, m->lineno));
972 m->str_range = swap4(m->str_range);
973 m->str_flags = swap4(m->str_flags);
2417 return m;
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug72433.phpt5 $serialized_payload = 'a:3:{i:0;r:1;i:1;r:1;i:2;C:11:"ArrayObject":19:{x:i:0;r:1;;m:a:0:{}}}';
/PHP-7.4/ext/sockets/tests/
H A Dsocket_recvmsg.phpt38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3001);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt29 if (preg_match('/host=([^;]+)/', PDO_MYSQL_TEST_DSN, $m)) {
30 $host = $m[1];
/PHP-7.4/sapi/cli/tests/
H A D016.phpt42 echo "I'm not there";
110 php { echo "I'm not there";
/PHP-7.4/Zend/tests/
H A Dbug34678.phpt6 public function __call($m, $a) {

Completed in 55 milliseconds

1...<<11121314151617181920