Home
last modified time | relevance | path

Searched refs:m (Results 376 – 400 of 488) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt22 preg_match('/^\s*\w+\s+\w+\s*(\d+)\s+(\d+)/m', $res, $matches);
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt35 'Testing invalid \k and \m escape char',
175 string(5) "nd \m"
H A Dstr_split_variation5.phpt62 I'm sure it'll work also with \
164 I'm su"
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_error.phpt42 "%", "%h", "%.", "%d%m"
95 Warning: fscanf(): Bad scan conversion character "m" in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dcollator_sort.phpt58 array( 'm' , '1' , '_' ),
117 2 => 'm',
H A Dcollator_sort_variant2.phpt58 array( 'm' , '1' , '_' ),
117 2 => 'm',
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c839 int m, mfound; local
874 m = gdFTEX_Unicode;
876 m = strex->charmap;
882 fontkey.preferred_map = m;
928 switch (m) {
947 m++;
948 m %= 3;
1013 switch (m) {
H A Dgd_jpeg.c325 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
528 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
532 m = 255 - m; in CMYKToRGB()
536 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c598 zend_op *m = opline; in zend_optimizer_replace_by_const() local
601 if (m->opcode == ZEND_FETCH_LIST_R && in zend_optimizer_replace_by_const()
602 m->op1_type == type && in zend_optimizer_replace_by_const()
603 m->op1.var == var) { in zend_optimizer_replace_by_const()
609 m->op1.constant = zend_optimizer_add_literal(op_array, &v); in zend_optimizer_replace_by_const()
610 m->op1_type = IS_CONST; in zend_optimizer_replace_by_const()
612 m++; in zend_optimizer_replace_by_const()
613 } while (m->opcode != ZEND_FREE || m->op1_type != type || m->op1.var != var); in zend_optimizer_replace_by_const()
615 ZEND_ASSERT(m->opcode == ZEND_FREE && m->op1_type == type && m->op1.var == var); in zend_optimizer_replace_by_const()
616 MAKE_NOP(m); in zend_optimizer_replace_by_const()
H A Dzend_inference.c321 temp = (a | m) & -m; in minOR()
327 temp = (c | m) & -m; in minOR()
333 m = m >> 1; in minOR()
345 temp = (b - m) | (m - 1); in maxOR()
350 temp = (d - m) | (m - 1); in maxOR()
356 m = m >> 1; in maxOR()
368 temp = (a | m) & -m; in minAND()
373 temp = (c | m) & -m; in minAND()
379 m = m >> 1; in minAND()
391 temp = (b | ~m) | (m - 1); in maxAND()
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re231 current->m = timelib_get_nr((char **) &ptr, 2);
269 s->period->m = nr;
289 s->period->m = timelib_get_unsigned_nr((char **) &ptr, 2);
373 in.begin->m = TIMELIB_UNSET;
386 in.end->m = TIMELIB_UNSET;
399 in.period->m = 0;
/PHP-7.4/ext/standard/tests/array/
H A Darray_combine.phpt21 $m = array_combine($array4, $array1);
H A Dusort_variation7.phpt28 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation4.phpt20 'Month as decimal' => "%m",
H A Dstrftime_variation4.phpt21 'Month as decimal' => "%m",
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc7 preg_match(",.*: (\d+),", $s, $m);
9 return $m[1];
/PHP-7.4/Zend/tests/
H A Dfr47160.phpt72 $m = 'world';
73 $f = $x($c, $m);
/PHP-7.4/tests/lang/
H A D020.phpt41 echo "Hi, I'm default\n";
H A Dengine_assignExecutionOrder_002.phpt49 list(list($l,$m),$n) = $k;
50 echo "L=$l M=$m N=$n\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt182 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
183 func_mysqli_stmt_get_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
186 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
187 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
190 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
/PHP-7.4/ext/soap/tests/
H A Dfault_warning.phpt14 $fault = new SoapFault(["m", "more", "superflous"], "message"); // two required
/PHP-7.4/ext/pdo_firebird/tests/
H A Dexecute.phpt14 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)

Completed in 91 milliseconds

1...<<11121314151617181920