Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.1/Zend/Optimizer/
H A Dcompact_vars.c47 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
48 while (num > 1) { in zend_optimizer_compact_vars()
49 num--; in zend_optimizer_compact_vars()
50 zend_bitset_incl(used_vars, VAR_NUM(opline->result.var) + num); in zend_optimizer_compact_vars()
H A Dcompact_literals.c542 opline->op2.num = cache_size; in zend_optimizer_compact_literals()
633 opline->result.num = func_slot[opline->op2.constant]; in zend_optimizer_compact_literals()
635 opline->result.num = cache_size; in zend_optimizer_compact_literals()
637 func_slot[opline->op2.constant] = opline->result.num; in zend_optimizer_compact_literals()
647 opline->result.num = cache_size; in zend_optimizer_compact_literals()
665 opline->result.num = cache_size; in zend_optimizer_compact_literals()
673 opline->result.num = cache_size; in zend_optimizer_compact_literals()
766 opline->op2.num = class_slot[opline->op1.constant]; in zend_optimizer_compact_literals()
768 opline->op2.num = cache_size; in zend_optimizer_compact_literals()
770 class_slot[opline->op1.constant] = opline->op2.num; in zend_optimizer_compact_literals()
[all …]
/PHP-8.1/ext/gmp/tests/
H A Dgmp_sqrtrem.phpt69 gmp_sqrtrem(): Argument #1 ($num) must be greater than or equal to 0
86 gmp_sqrtrem(): Argument #1 ($num) must be greater than or equal to 0
89 gmp_sqrtrem(): 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_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_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"]=>
/PHP-8.1/Zend/
H A Dzend_smart_str.h55 smart_str *str, double num, int precision, bool zero_fraction);
138 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, bool persis… in smart_str_append_long_ex() argument
140 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex()
144 static zend_always_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, bool p… in smart_str_append_unsigned_ex() argument
146 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_unsigned_ex()
H A Dzend_execute.h391 #define CACHE_ADDR(num) \ argument
392 ((void**)((char*)EX(run_time_cache) + (num)))
394 #define CACHED_PTR(num) \ argument
395 ((void**)((char*)EX(run_time_cache) + (num)))[0]
397 #define CACHE_PTR(num, ptr) do { \ argument
401 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
403 ((void**)((char*)EX(run_time_cache) + (num)))[1] : \
406 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
432 #define ENCODE_SPECIAL_CACHE_NUM(num) \ argument
433 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
[all …]
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.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt83 if (!$res = mysqli_query($link, 'SELECT count(*) AS num FROM test')) {
87 $num = $row['num'];
102 if ($i != $num)
104 $num, $i, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_multi_query.phpt57 …(!mysqli_multi_query($link, "SELECT 1 AS num, 'a' AS somechar; SELECT 2 AS num, 'a' AS somechar; S…
71 if ($row['num'] != $res_num)
72 printf("[013 - %d] Expecting %s got %s\n", $res_num, $res_num, $row['num']);
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug30045.phpt11 function foo($type, $num) {
12 return new SoapVar($num, $type);
40 function test($type, $num) {
43 printf(" %0.0f\n ", $num);
44 $ret = $soap->foo($type, new SoapVar($num, $type));
/PHP-8.1/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt19 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, E\''.$esc_image.'\');');
20 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D30nb_async_query_params.phpt27 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
55 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
56 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D22pg_fetch_object.phpt21 $sql = "SELECT * FROM $table_name WHERE num = 0";
38 ["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.1/ext/dom/tests/
H A Ddomattributes.phpt26 $chapter = new DOMAttr("num", "1");
41 <chapter language="en-US" num="1"/>
/PHP-8.1/ext/standard/tests/array/
H A Darray_rand_variation5.phpt67 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
70 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
73 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
76 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.1/ext/xmlreader/tests/
H A D004.phpt10 <books><book num="1" idx="2">book1</book></books>';
37 Attribute Name: num
/PHP-8.1/ext/pdo_odbc/tests/
H A Dmax_columns.phpt30 foreach ($sizes as $num) {
31 $insert->execute(array($num, str_repeat('i', $num)));
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php1387 function sin(float $num): float {} argument
1389 function cos(float $num): float {} argument
1391 function tan(float $num): float {} argument
1393 function asin(float $num): float {} argument
1395 function acos(float $num): float {} argument
1397 function atan(float $num): float {} argument
1403 function sinh(float $num): float {} argument
1405 function cosh(float $num): float {} argument
1407 function tanh(float $num): float {} argument
1429 function exp(float $num): float {} argument
[all …]
/PHP-8.1/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.1/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.1/ext/gmp/
H A Dgmp.c74 mpz_t num; member
102 GET_GMP_OBJECT_FROM_OBJ(Z_OBJ_P(zval))->num
125 mpz_clear(temp.num); \
240 mpz_clear(intern->num); in gmp_free_object_storage()
252 mpz_init(intern->num); in gmp_create_object_ex()
253 *gmpnum_target = intern->num; in gmp_create_object_ex()
278 gmpnum = GET_GMP_OBJECT_FROM_OBJ(readobj)->num; in gmp_cast_object()
282 gmpnum = GET_GMP_OBJECT_FROM_OBJ(readobj)->num; in gmp_cast_object()
326 mpz_set(new_object->num, old_object->num); in gmp_clone_obj()
2058 zval *num = zend_hash_index_find(data, 0); in ZEND_METHOD() local
[all …]

Completed in 59 milliseconds

12345678910>>...14