Home
last modified time | relevance | path

Searched refs:m (Results 351 – 375 of 595) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/date/tests/
H A Dbug74274.phpt15 [m] => 0
H A Dbug77243-001.phpt13 echo date('Y-m-d o-W-N', $time + ($i * 86400)), "\n";
H A Dgh9700.phpt5 var_dump(DateTime::createFromFormat('Y-m-d\TH:i:sP[e]', '2022-02-18T00:00:00+01:00[Europe/Berlin]')…
H A Ddate_period_exclude_start_and_include_end.phpt12 echo $day->format('Y-m-d') . "\n";
H A Dbug49081.phpt15 [m] => 0
H A Dbug73942.phpt8 $dateFormat = $date->format('Y-m-d');
H A Dbug74524.phpt17 [m] => 7
H A Dbug77243-002.phpt19 echo date('Y-m-d o-W-N', $startingPoint + ($i * 86400)), "\n";
H A Dgh8730.phpt13 [m] => 0
H A Dbug63391.phpt11 echo date_create($date)->format('Y-m-d D'), "\n";
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c182 int n, m; in mbfl_filt_conv_qprintdec() local
200 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()
201 if (m < 0) { in mbfl_filt_conv_qprintdec()
206 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()
/php-src/ext/dba/
H A Ddba_cdb.c49 struct cdb_make m; member
103 cdb_make_start(&cdb->m, file); in DBA_OPEN_FUNC()
124 cdb_make_finish(&cdb->m); in DBA_CLOSE_FUNC()
183 if (cdb_make_add(&cdb->m, ZSTR_VAL(key), ZSTR_LEN(key), ZSTR_VAL(val), ZSTR_LEN(val)) != -1) in DBA_UPDATE_FUNC()
/php-src/ext/pcre/tests/
H A Derrors06.phpt5 preg_match('/a/u', "\xE3\x82\xA2", $m, 0, 1);
/php-src/ext/standard/tests/time/
H A Didate.phpt17 m: 1
/php-src/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-src/ext/mysqlnd/
H A Dmysqlnd_result_meta.c52 conn->payload_decoder_factory->m.init_result_field_packet(&field_packet); in MYSQLND_METHOD()
133 new_meta->m = meta->m; in MYSQLND_METHOD()
201 new_meta->m->free_metadata(new_meta); in MYSQLND_METHOD()
292 ret->m = & mysqlnd_mysqlnd_res_meta_methods; in mysqlnd_result_meta_init()
H A Dmysqlnd_portability.h150 zend_long m[2]; member
152 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \
153 ((float8get_union *)&(V))->m[1] = *(((zend_long*) (M))+1); }
154 #define float8store(T,V) { *((zend_long *) (T)) = ((float8get_union *)&(V))->m[0]; \
155 *(((zend_long *) (T))+1) = ((float8get_union *)&(V))->m[1]; }
H A Dmysqlnd_structs.h122 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_upsert_status) *m;
125 #define SET_EMPTY_ERROR(info) (info)->m->reset((info))
150 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) *m;
854 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) m;
952 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) * m;
963 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) * m;
1154 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res_meta) * m;
1163 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered) m;
1232 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) m;
1287 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * m;
[all …]
/php-src/sapi/cli/tests/
H A D016.phpt44 echo "I'm not there";
112 php { echo "I'm not there";
/php-src/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-src/ext/standard/tests/serialize/
H A Dbug72785.phpt9 $p = 'x:i:0;a:1:{i:0;O:1:"A":0:{}};m:a:0:{}';
H A DSplObjectStorage_object_reference.phpt6 $inner = 'x:i:1;O:8:"stdClass":0:{};m:a:0:{}';
/php-src/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-src/Zend/
H A Dzend_portability.h341 #define ZEND_ELEMENT_COUNT(m) __attribute__((element_count(m))) argument
343 #define ZEND_ELEMENT_COUNT(m) __attribute__((counted_by(m))) argument
345 #define ZEND_ELEMENT_COUNT(m) argument
781 # define ZEND_STATIC_ASSERT(c, m) _Static_assert((c), m) argument
783 # define ZEND_STATIC_ASSERT(c, m) argument
/php-src/ext/standard/tests/array/
H A Dextract_variation8.phpt13 $var1["m"] = 1;

Completed in 36 milliseconds

1...<<11121314151617181920>>...24