Home
last modified time | relevance | path

Searched refs:m (Results 251 – 275 of 488) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/Zend/tests/
H A Dstatic_variable_in_private_method.phpt7 private function m() {
/PHP-7.4/ext/date/tests/
H A Dbug21399.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
H A Dbug28599.phpt6 print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
H A Dbug29150.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
H A Ddate_create_from_format_basic2.phpt10 var_dump(date_create_from_format('Y-m-d', '2009---01')); // invalid date
H A Dbug26694.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
H A Dbug28024.phpt8 echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
H A Dbug74652.phpt20 echo $dt->format( 'Y-m-d H:i:s' ), "\n";
H A Doo_001.phpt16 var_dump($d->format("Y-m-d H:i:s"));
19 var_dump($d->format("Y-m-d H:i:s"));
/PHP-7.4/ext/pdo_mysql/
H A Dpdo_mysql.c184 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION()
199 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
200 dbg->m->free_handle(dbg); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.4/main/
H A Dphp_network.h215 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument
220 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument
/PHP-7.4/ext/gmp/tests/
H A Dgmp_setbit_long.phpt15 if (preg_match(",MemFree:\s+(\d+)\s+kB,", $s, $m)) {
17 $free = $m[1]/1024/1024;
/PHP-7.4/ext/oci8/tests/
H A Dbug47281.phpt43 $m = oci_error($s);
44 echo $m['message'], "\n";
/PHP-7.4/ext/curl/tests/
H A Dcheck_win_config.phpt17 preg_match('/curl\n\n(.+)\n\n/siU', $s, $m);
19 echo $m[1], "\n";
/PHP-7.4/scripts/dev/
H A Dbless_tests.php177 $m = \count($b);
178 $max = $n + $m;
191 while ($x < $n && $y < $m && ($this->isEqual)($a[$x], $b[$y])) {
197 if ($x >= $n && $y >= $m) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt6 header("HTTP/1.1 418 I'm a Teapot");
/PHP-7.4/ext/standard/tests/strings/
H A Dbug27276.phpt5 ini_set("memory_limit", "12m");
H A Dchunk_split_variation4.phpt60 I'm sure it'll work also with \
120 th m
161 I'm
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1085 s->time->m = 1;
1112 s->time->m = 1;
1529 s->time->m = 1;
1546 s->time->m = 1;
1565 s->time->m = 1;
1636 s->time->relative.m = 0 - s->time->relative.m;
1922 time->m = 1;
1934 if (time->m == TIMELIB_UNSET ) time->m = 1;
2116 s->time->m = 1;
2244 s->time->m = 1;
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_plugin.c111 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
112 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c29 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m argument
30 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m) argument
31 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m) argument
33 #define ADD_SIZE_EX(m) do { \ argument
35 ADD_SIZE(m); \
37 ADD_ARENA_SIZE(m); \
/PHP-7.4/ext/openssl/tests/
H A Dcert.csr7 FelzxrIjIGSGJHC9eubebdu2LWFFM5cEMDiH0QSD9Rdiy7svSLWvngUDYj0wwd+m
/PHP-7.4/ext/standard/tests/array/
H A Duasort_variation8.phpt18 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
49 ["m"]=>
61 ["m"]=>
/PHP-7.4/ext/dba/
H A Ddba_cdb.c51 struct cdb_make m; member
105 cdb_make_start(&cdb->m, file); in DBA_OPEN_FUNC()
126 cdb_make_finish(&cdb->m); in DBA_CLOSE_FUNC()
187 if (cdb_make_add(&cdb->m, key, keylen, val, vallen) != -1) in DBA_UPDATE_FUNC()
/PHP-7.4/ext/curl/
H A Dsync-constants.php152 $regexp = '/^([A-Za-z0-9_]+) +([0-9\.]+)(?: +([0-9\.\-]+))?(?: +([0-9\.]+))?/m';

Completed in 73 milliseconds

1...<<11121314151617181920