Home
last modified time | relevance | path

Searched refs:m (Results 451 – 475 of 488) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/
H A Drun-tests.php2152 if (preg_match('/^\s*skip\s*(.+)\s*/i', $output, $m)) {
2153 show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
2162 $message = !empty($m[1]) ? $m[1] : '';
2168 if (preg_match('/^\s*info\s*(.+)\s*/i', $output, $m)) {
2169 $info = " (info: $m[1])";
2174 if (preg_match('/^\s*warn\s*(.+)\s*/i', $output, $m)) {
2176 $info = " (warn: $m[1])";
H A DUPGRADING.INTERNALS16 m. write_property return value
171 m. The write_property() object handler now returns the assigned value (after
H A D.gitignore235 # Files generated by `./run-tests.php -m` when checking for memory leaks
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt56 $key = str_replace("M", "m", $key);
H A Dmysqli_fetch_array_large.phpt94 case 'm':
H A Dmysqli_fetch_object.phpt105 I'm using the procedural interface, this should not throw an exception.
H A Dmysqli_fetch_array_oo.phpt196 $date = @date('Y-m-d');
201 $date = @date('Y-m-d H:i:s');
H A Dmysqli_fetch_all_oo.phpt220 $date = @date('Y-m-d');
225 $datetime = @date('Y-m-d H:i:s');
H A Dmysqli_fetch_array.phpt210 $date = @date('Y-m-d');
215 $date = @date('Y-m-d H:i:s');
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt137 $key = str_replace("M", "m", $key);
/PHP-7.4/ext/oci8/tests/
H A Dbind_char_3.phpt229 $m = oci_error($s);
230 echo " Oci_execute error ORA-".$m['code']."\n";
H A Dbind_char_3_11gR1.phpt229 $m = oci_error($s);
230 echo " Oci_execute error ORA-".$m['code']."\n";
H A Dbind_char_4.phpt231 $m = oci_error($s);
232 echo " Oci_execute error ORA-".$m['code']."\n";
H A Dbind_char_4_11gR1.phpt231 $m = oci_error($s);
232 echo " Oci_execute error ORA-".$m['code']."\n";
/PHP-7.4/ext/date/lib/
H A Dparse_date.c6697 s->time->relative.m = 0 - s->time->relative.m; in scan()
12878 s->time->m = 1; in scan()
12906 s->time->m = 1; in scan()
12993 s->time->m = 1; in scan()
21481 s->time->m = 1; in scan()
21536 s->time->m = 1; in scan()
25030 time->m = 1; in timelib_time_reset_fields()
25042 if (time->m == TIMELIB_UNSET ) time->m = 1; in timelib_time_reset_unset_fields()
25224 s->time->m = 1; in timelib_parse_from_format_with_map()
25352 s->time->m = 1; in timelib_parse_from_format_with_map()
[all …]
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m4120 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
/PHP-7.4/ext/standard/tests/file/
H A Dfnmatch_variation.phpt30 4 => "m*t",
64 36 => b"m*t",
/PHP-7.4/sapi/cli/
H A Dphp_cli.c85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_http_parser.c1545 const char * php_http_method_str (enum php_http_method m) in php_http_method_str() argument
1547 return method_strings[m]; in php_http_method_str()
H A Dphp_cli_server.c73 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
885 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active()
893 m = n; in php_cli_server_poller_iter_on_active()
897 for (e = entries; e < m; e++) { in php_cli_server_poller_iter_on_active()
902 if (e == m) { in php_cli_server_poller_iter_on_active()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1210 unsigned error_no = conn->m->get_error_no(conn); in php_mysqli_fetch_into_hash_aux()
1213 conn->m->get_sqlstate(conn), error_no, conn->m->get_error_str(conn)); in php_mysqli_fetch_into_hash_aux()
/PHP-7.4/Zend/
H A Dzend_strtod.c660 (b, m, a) Bigint *b; int m, a; in multadd()
662 (Bigint *b, int m, int a) /* multiply by m and add a */
683 y = *x * (ULLong)m + carry;
689 y = (xi & 0xffff) * m + carry;
690 z = (xi >> 16) * m + (y >> 16);
694 y = *x * m + carry;
/PHP-7.4/ext/pcre/tests/
H A D005.phpt74 var_dump(preg_match_all($gcc_regex, $sampledata, $m, PREG_SET_ORDER));
75 print_r($m);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c36 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument

Completed in 130 milliseconds

1...<<11121314151617181920