Home
last modified time | relevance | path

Searched refs:num (Results 151 – 175 of 334) sorted by relevance

12345678910>>...14

/PHP-8.0/ext/pgsql/tests/
H A D30nb_async_query_params.phpt25 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
53 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
54 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D22pg_fetch_object.phpt19 $sql = "SELECT * FROM $table_name WHERE num = 0";
36 ["num"]=>
H A Dconfig.inc19 $table_def = "CREATE TABLE ${table_name} (num int, str text, bin bytea);";
21 $field_name = "num"; // For pg_field_num()
/PHP-8.0/ext/dom/tests/
H A Ddomattributes.phpt26 $chapter = new DOMAttr("num", "1");
41 <chapter language="en-US" num="1"/>
/PHP-8.0/ext/gmp/tests/
H A Dgmp_neg.phpt39 gmp_neg(): Argument #1 ($num) is not an integer string
43 gmp_neg(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_com.phpt36 gmp_com(): Argument #1 ($num) is not an integer string
43 gmp_com(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_pown.phpt78 gmp_powm(): Argument #1 ($num) must be of type GMP|string|int, array given
81 gmp_powm(): Argument #1 ($num) must be of type GMP|string|int, array given
84 ["num"]=>
H A Dgmp_setbit.phpt62 gmp_setbit(): Argument #1 ($num) must be of type GMP, string given
63 gmp_setbit(): Argument #1 ($num) must be of type GMP, array given
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug30045.phpt13 function foo($type, $num) {
14 return new SoapVar($num, $type);
42 function test($type, $num) {
45 printf(" %0.0f\n ", $num);
46 $ret = $soap->foo($type, new SoapVar($num, $type));
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt82 if (!$res = mysqli_query($link, 'SELECT count(*) AS num FROM test')) {
86 $num = $row['num'];
101 if ($i != $num)
103 $num, $i, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_multi_query.phpt56 …(!mysqli_multi_query($link, "SELECT 1 AS num, 'a' AS somechar; SELECT 2 AS num, 'a' AS somechar; S…
70 if ($row['num'] != $res_num)
71 printf("[013 - %d] Expecting %s got %s\n", $res_num, $res_num, $row['num']);
H A D038.phpt26 $num = mysqli_num_fields($result);
30 var_dump($num);
H A D040.phpt24 $num = mysqli_num_rows($result);
28 var_dump($num);
/PHP-8.0/ext/standard/tests/array/
H A Darray_rand_variation5.phpt68 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
71 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
74 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
77 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
H A Darray_fill_basic.phpt9 $num = 2;
33 var_dump( array_fill($start_key,$num,$val) );
/PHP-8.0/ext/opcache/Optimizer/
H A Doptimize_func_calls.c200 fcall->op1.num = zend_vm_calc_used_stack(fcall->extended_value, call_stack[call].func); in zend_optimize_func_calls()
206 fcall->op1.num = zend_vm_calc_used_stack(fcall->extended_value, call_stack[call].func); in zend_optimize_func_calls()
265 if (ARG_MUST_BE_SENT_BY_REF(call_stack[call - 1].func, opline->op2.num)) { in zend_optimize_func_calls()
281 call_stack[call - 1].func_arg_num = opline->op2.num; in zend_optimize_func_calls()
294 if (ARG_SHOULD_BE_SENT_BY_REF(call_stack[call - 1].func, opline->op2.num)) { in zend_optimize_func_calls()
308 if (ARG_MUST_BE_SENT_BY_REF(call_stack[call - 1].func, opline->op2.num)) { in zend_optimize_func_calls()
310 } else if (ARG_MAY_BE_SENT_BY_REF(call_stack[call - 1].func, opline->op2.num)) { in zend_optimize_func_calls()
H A Dcompact_literals.c551 opline->op2.num = cache_size; in zend_optimizer_compact_literals()
642 opline->result.num = func_slot[opline->op2.constant]; in zend_optimizer_compact_literals()
644 opline->result.num = cache_size; in zend_optimizer_compact_literals()
646 func_slot[opline->op2.constant] = opline->result.num; in zend_optimizer_compact_literals()
656 opline->result.num = cache_size; in zend_optimizer_compact_literals()
674 opline->result.num = cache_size; in zend_optimizer_compact_literals()
682 opline->result.num = cache_size; in zend_optimizer_compact_literals()
775 opline->op2.num = class_slot[opline->op1.constant]; in zend_optimizer_compact_literals()
777 opline->op2.num = cache_size; in zend_optimizer_compact_literals()
779 class_slot[opline->op1.constant] = opline->op2.num; in zend_optimizer_compact_literals()
[all …]
/PHP-8.0/ext/pdo_odbc/tests/
H A Dmax_columns.phpt29 foreach ($sizes as $num) {
30 $insert->execute(array($num, str_repeat('i', $num)));
/PHP-8.0/ext/xmlreader/tests/
H A D004.phpt10 <books><book num="1" idx="2">book1</book></books>';
37 Attribute Name: num
/PHP-8.0/Zend/tests/
H A Dexception_from_toString.phpt13 $num = 42;
23 try { $x = $num . $badStr; }
25 try { $x = $badStr . $num; }
27 try { $x = $num .= $badStr; }
29 var_dump($num);
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1039 function sin(float $num): float {} argument
1041 function cos(float $num): float {} argument
1043 function tan(float $num): float {} argument
1045 function asin(float $num): float {} argument
1047 function acos(float $num): float {} argument
1049 function atan(float $num): float {} argument
1055 function sinh(float $num): float {} argument
1057 function cosh(float $num): float {} argument
1059 function tanh(float $num): float {} argument
1081 function exp(float $num): float {} argument
[all …]
/PHP-8.0/Zend/
H A Dmicro_bench.php261 $num = number_format($last_time,3);
262 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
264 echo $name.$pad.$num."\n";
267 echo $name.$pad.$num." ".$num2."\n";
278 $num = number_format($total,3);
279 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
280 echo "Total".$pad.$num."\n";
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt17 $num = 100.1;
21 var_dump(sprintf($format, $num, $location));
25 var_dump(sprintf($format, $num, $location));
29 var_dump(sprintf($format, $num, $location));
34 var_dump(sprintf($format, $num, $location));
/PHP-8.0/ext/json/
H A Djson_encoder.c101 char num[PHP_DOUBLE_MAX_LENGTH]; in php_json_encode_double() local
103 php_gcvt(d, (int)PG(serialize_precision), '.', 'e', num); in php_json_encode_double()
104 len = strlen(num); in php_json_encode_double()
105 …if (options & PHP_JSON_PRESERVE_ZERO_FRACTION && strchr(num, '.') == NULL && len < PHP_DOUBLE_MAX_… in php_json_encode_double()
106 num[len++] = '.'; in php_json_encode_double()
107 num[len++] = '0'; in php_json_encode_double()
108 num[len] = '\0'; in php_json_encode_double()
110 smart_str_appendl(buf, num, len); in php_json_encode_double()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua72 local num = map_action[name]
73 out:write(format(" %-10s %02X %d\n", name, num, num))
98 local function waction(action, val, a, num)
102 if a or num then secpos = secpos + (num or 1) end
936 local num = ctypenum + 1
939 ctypefmt = format("Dt%X(%%s)", num),
942 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
943 ctypenum = num
964 function _M.section(num)
965 waction("SECTION", num)

Completed in 60 milliseconds

12345678910>>...14