Home
last modified time | relevance | path

Searched refs:num (Results 126 – 150 of 334) sorted by relevance

12345678910>>...14

/PHP-8.0/Zend/tests/generators/
H A Dbug71441.phpt6 $num = 2000; /* to be sure to be in wild memory */
7 $add = str_repeat("1 +", $num);
/PHP-8.0/ext/standard/tests/array/
H A Darray_rand.phpt43 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
44 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
45 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
H A Darray_fill_variation4.phpt10 $num = 2;
34 var_dump( array_fill($start_key,$num,array_fill($start_key,$num,$val)) );
/PHP-8.0/ext/bcmath/
H A Dbcmath_arginfo.h19 ZEND_ARG_TYPE_INFO(0, num, IS_STRING, 0)
26 ZEND_ARG_TYPE_INFO(0, num, IS_STRING, 0)
32 ZEND_ARG_TYPE_INFO(0, num, IS_STRING, 0)
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt58 $num = $row['_num'];
61 $num++;
63 if ($row['_num'] != $num)
69 if ($row['_num'] != $num)
78 if ($row['_num'] != $num)
83 $num--;
85 if ($row['_num'] != $num)
/PHP-8.0/main/
H A Dsnprintf.h85 PHPAPI char * php_conv_fp(char format, double num,
145 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
148 PHPAPI char * ap_php_conv_p2(u_wide_int num, int nbits,
H A Dsnprintf.c318 magnitude = (u_wide_int) num; in ap_php_conv_10()
321 *is_negative = (num < 0); in ap_php_conv_10()
333 wide_int t = num + 1; in ap_php_conv_10()
336 magnitude = (u_wide_int) num; in ap_php_conv_10()
483 *--p = digits[num & mask]; in ap_php_conv_p2()
484 num >>= nbits; in ap_php_conv_p2()
486 while (num); in ap_php_conv_p2()
535 #define STR_TO_DEC( str, num ) \ argument
536 num = NUM( *str++ ) ; \
539 num *= 10 ; \
[all …]
/PHP-8.0/ext/pgsql/tests/
H A D23sync_query_params.phpt17 $result = pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
40 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
41 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D18pg_escape_bytea_before.phpt17 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, E\''.$esc_image.'\');');
18 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D18pg_escape_bytea_esc.phpt17 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
18 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D18pg_escape_bytea_hex.phpt20 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
21 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D25async_query_params.phpt17 if (!pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100))) {
48 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
49 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
/PHP-8.0/ext/intl/tests/
H A Dbug48227.phpt19 NumberFormatter::format(): Argument #1 ($num) must be of type int|float, string given
22 NumberFormatter::format(): Argument #1 ($num) must be of type int|float, NumberFormatter given
H A Dbug67052.phpt22 $num = "1.234.567,891";
23 $res_str = $fmt->parse($num)."\n";
/PHP-8.0/ext/gmp/tests/
H A Dgmp_strval.phpt68 gmp_strval(): Argument #1 ($num) is not an integer string
70 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, resource given
79 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, array given
80 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, stdClass given
H A Dgmp_pow2.phpt27 ["num"]=>
31 ["num"]=>
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
/PHP-8.0/ext/standard/tests/strings/
H A Dfprintf_variation_005.phpt15 foreach( $int_numbers as $num ) {
17 fprintf( $fp, "%e", $num );
/PHP-8.0/tests/classes/
H A Diterators_001.phpt8 private $num = 0;
12 $this->num = 0;
18 $more = $this->num < $this->obj->max;
24 return $this->num;
28 $this->num++;
32 switch($this->num) {
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_frame.c102 if (PHPDBG_FRAME(num) == 0) { in phpdbg_restore_frame()
113 PHPDBG_FRAME(num) = 0; in phpdbg_restore_frame()
121 …zend_execute_data *execute_data = PHPDBG_FRAME(num) ? PHPDBG_FRAME(execute_data) : EG(current_exec… in phpdbg_switch_frame()
124 if (PHPDBG_FRAME(num) == frame) { in phpdbg_switch_frame()
152 PHPDBG_FRAME(num) = frame; in phpdbg_switch_frame()
260 void phpdbg_dump_backtrace(size_t num) /* {{{ */ in phpdbg_dump_backtrace() argument
268 int i = 0, limit = num; in phpdbg_dump_backtrace()
331 PHPDBG_FRAME(num) = -1; in phpdbg_open_generator_frame()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt31 $num = $row['_num'];
32 assert($num > 0);
56 if ($row['_num'] != $num)
58 $num, $row['_num']);
/PHP-8.0/Zend/
H A Dzend_execute.h360 #define CACHE_ADDR(num) \ argument
361 ((void**)((char*)EX(run_time_cache) + (num)))
363 #define CACHED_PTR(num) \ argument
364 ((void**)((char*)EX(run_time_cache) + (num)))[0]
366 #define CACHE_PTR(num, ptr) do { \ argument
370 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
372 ((void**)((char*)EX(run_time_cache) + (num)))[1] : \
375 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
401 #define ENCODE_SPECIAL_CACHE_NUM(num) \ argument
402 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
[all …]
H A Dzend_smart_string.h91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, zend_… in smart_string_append_long_ex() argument
93 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex()
97 static zend_always_inline void smart_string_append_unsigned_ex(smart_string *dest, zend_ulong num, … in smart_string_append_unsigned_ex() argument
99 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_unsigned_ex()
/PHP-8.0/ext/xmlreader/tests/
H A D003-move-errors.phpt11 <books><book num="1" idx="2">book1</book></books>';
70 num: 1
72 num: 1
74 num: 1
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_vars.c48 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
49 while (num > 1) { in zend_optimizer_compact_vars()
50 num--; in zend_optimizer_compact_vars()
51 zend_bitset_incl(used_vars, VAR_NUM(opline->result.var) + num); in zend_optimizer_compact_vars()

Completed in 34 milliseconds

12345678910>>...14