Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_autocommit_oo.phpt65 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
68 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
70 $tmp['num'], $mysqli->errno, $mysqli->error);
101 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
104 if (0 != $tmp['num'])
105 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
114 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
117 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
119 $tmp['num'], $mysqli->errno, $mysqli->error);
H A D039.phpt20 $num = mysqli_num_fields($result);
24 var_dump($num);
H A Dmysqli_change_user_rollback.phpt32 $num = $row['_num'];
33 assert($num > 0);
57 if ($row['_num'] != $num)
59 $num, $row['_num']);
/PHP-8.1/ext/pgsql/tests/
H A D10pg_convert.phpt18 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
25 [""num""]=>
H A D23sync_query_params.phpt19 $result = pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
42 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
43 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D12pg_insert.phpt17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
25 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
H A D18pg_escape_bytea_esc.phpt19 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
20 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D25async_query_params.phpt19 if (!pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100))) {
50 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
51 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D18pg_escape_bytea_hex.phpt22 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
23 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt59 $num = $row['_num'];
62 $num++;
64 if ($row['_num'] != $num)
70 if ($row['_num'] != $num)
79 if ($row['_num'] != $num)
84 $num--;
86 if ($row['_num'] != $num)
/PHP-8.1/ext/intl/tests/
H A Dformatter_get_error.phpt18 $num = ut_nfmt_parse_currency( $fmt, '123.45', $currency, $pos );
19 if( $num === false )
H A Dbug67052-win32.phpt18 $num = "1.234.567,891";
19 $res_str = $fmt->parse($num)."\n";
H A Dbug67052.phpt23 $num = "1.234.567,891";
24 $res_str = $fmt->parse($num)."\n";
/PHP-8.1/ext/standard/tests/strings/
H A Dbug39873.phpt12 $num = 0+"1234.56";
13 echo number_format($num,2);
H A Dfprintf_variation_005.phpt15 foreach( $int_numbers as $num ) {
17 fprintf( $fp, "%e", $num );
/PHP-8.1/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.1/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.1/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()
246 void phpdbg_dump_backtrace(size_t num) /* {{{ */ in phpdbg_dump_backtrace() argument
254 int i = 0, limit = num; in phpdbg_dump_backtrace()
312 PHPDBG_FRAME(num) = -1; in phpdbg_open_generator_frame()
/PHP-8.1/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.1/ext/gmp/tests/
H A Dgmp_pow2.phpt27 ["num"]=>
31 ["num"]=>
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
/PHP-8.1/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.1/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.1/Zend/
H A Dzend_smart_string.h91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, bool … 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()

Completed in 31 milliseconds

12345678910>>...14