Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/ext/gmp/tests/
H A Dbug50175.phpt14 ["num"]=>
18 ["num"]=>
H A Dgmp_nextprime.phpt45 gmp_nextprime(): Argument #1 ($num) must be of type GMP|string|int, array given
46 gmp_nextprime(): Argument #1 ($num) is not an integer string
47 gmp_nextprime(): Argument #1 ($num) must be of type GMP|string|int, stdClass given
H A Dserialize.phpt46 ["num"]=>
51 ["num"]=>
62 ["num"]=>
66 ["num"]=>
/php-src/ext/pgsql/tests/
H A D18pg_escape_bytea_hex.phpt18 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
25 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
26 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D18pg_escape_bytea_esc.phpt15 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
22 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');
H A D31nb_async_query_prepared.phpt18 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
19 pg_query($db, "INSERT INTO {$table_name} (num) VALUES(1000)");
24 $nb_send = pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;");
67 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
68 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
70 pg_field_num($result, "num");
H A D18pg_escape_bytea_before.phpt18 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
22 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, E\''.$esc_image.'\');');
23 $result = pg_query($db, 'SELECT * FROM '.$table_name.' WHERE num = 9876');
H A D24sync_query_prepared.phpt17 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
18 pg_query($db, "INSERT INTO {$table_name} (num) VALUES(1000)");
20 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
49 pg_field_num($result, "num");
H A D10pg_convert.phpt18 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
25 [""num""]=>
/php-src/main/
H A Dsnprintf.c220 magnitude = (uint64_t) num; in ap_php_conv_10()
223 *is_negative = (num < 0); in ap_php_conv_10()
235 int64_t t = num + 1; in ap_php_conv_10()
238 magnitude = (uint64_t) num; in ap_php_conv_10()
385 *--p = digits[num & mask]; in ap_php_conv_p2()
386 num >>= nbits; in ap_php_conv_p2()
388 while (num); in ap_php_conv_p2()
437 #define STR_TO_DEC( str, num ) \ argument
438 num = NUM( *str++ ) ; \
441 num *= 10 ; \
[all …]
H A Dsnprintf.h79 PHPAPI char * php_conv_fp(char format, double num,
130 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned,
133 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits,
/php-src/ext/dba/libcdb/
H A Dcdb_make.c79 if (!head || (head->num >= CDB_HPLIST)) { in cdb_make_addend()
83 head->num = 0; in cdb_make_addend()
87 head->hp[head->num].h = h; in cdb_make_addend()
88 head->hp[head->num].p = c->pos; in cdb_make_addend()
89 ++head->num; in cdb_make_addend()
152 i = x->num; in cdb_make_finish()
185 i = x->num; in cdb_make_finish()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h19 double num; member
25 long num; member
32 double num; member
110 double num; member
259 lxb_css_value_number_type_sr(const lxb_css_value_number_type_t *num,
263 lxb_css_value_integer_type_sr(const lxb_css_value_integer_type_t *num,
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_rollback.phpt23 $num = $row['_num'];
26 $num++;
28 if ($row['_num'] != $num)
32 $num--;
34 if ($row['_num'] != $num)
40 $num++;
/php-src/ext/xmlreader/tests/
H A D003-get-errors.phpt11 <books><book num="1" idx="2">book1</book></books>';
71 num: 1
73 num: 1
75 num: 1
77 num: 1
/php-src/ext/intl/tests/
H A Dformatter_format_and_parse_errors.phpt9 $num = 5;
14 numfmt_format($o, $num, -20);
19 $o->format($num, -20);
36 numfmt_format($o, $num, NumberFormatter::TYPE_CURRENCY);
41 $o->format($num, NumberFormatter::TYPE_CURRENCY);
/php-src/ext/bcmath/tests/
H A Dbcceil_error.phpt20 bcceil(): Argument #1 ($num) is not well-formed
21 bcceil(): Argument #1 ($num) is not well-formed
H A Dbcfloor_error.phpt20 bcfloor(): Argument #1 ($num) is not well-formed
21 bcfloor(): Argument #1 ($num) is not well-formed
/php-src/ext/mysqli/tests/
H A Dmysqli_autocommit.phpt63 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
66 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
68 $tmp['num'], mysqli_errno($link), mysqli_error($link));
98 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
101 if (0 != $tmp['num'])
102 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
111 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
114 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
116 $tmp['num'], mysqli_errno($link), mysqli_error($link));
H A Dmysqli_autocommit_oo.phpt59 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
62 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
64 $tmp['num'], $mysqli->errno, $mysqli->error);
95 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
98 if (0 != $tmp['num'])
99 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
108 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
111 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
113 $tmp['num'], $mysqli->errno, $mysqli->error);
/php-src/ext/mbstring/
H A Dmb_gpc.c177 size_t n, num = 1, *len_list = NULL; in _php_mb_encoding_handler_ex() local
190 num++; in _php_mb_encoding_handler_ex()
194 num *= 2; /* need space for variable name and value */ in _php_mb_encoding_handler_ex()
196 val_list = (char **)ecalloc(num, sizeof(char *)); in _php_mb_encoding_handler_ex()
197 len_list = (size_t *)ecalloc(num, sizeof(size_t)); in _php_mb_encoding_handler_ex()
230 num = n; /* make sure to process initialized vars only */ in _php_mb_encoding_handler_ex()
238 …from_encoding = mb_guess_encoding_for_strings((const unsigned char**)val_list, len_list, num, info… in _php_mb_encoding_handler_ex()
249 while (n < num) { in _php_mb_encoding_handler_ex()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dlexbor.h18 typedef void *(*lexbor_memory_calloc_f)(size_t num, size_t size);
28 lexbor_calloc(size_t num, size_t size);
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_num_fields_show_variables.phpt20 $num = mysqli_num_fields($result);
24 var_dump($num);
/php-src/Zend/
H A Dzend_vm_gen.php1216 $next = $num + 1;
1250 if ($num >= 256) {
1251 $opcodes[$num]['spec_code'] = $specs[$num];
1447 if ($num >= 256) {
1450 $next = $num+1;
1506 $specs[$num + 1] = "$label";
1527 $last = $num;
1691 …r($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes[$num]["co…
1701 …kind, $num, $op1, $op2, $helpers[$num]["param"], $helpers[$num]["code"], $lineno, $helpers[$num]["…
1720 …($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcodes[$num]["c…
[all …]
/php-src/ext/pdo/tests/
H A Dpdo_021.phpt42 $num = $select->fetchColumn();
43 echo 'There are ' . $num . " rows in the table.\n";
53 $num = $select->fetchColumn();
54 echo 'There are ' . $num . " rows in the table.\n";

Completed in 46 milliseconds

12345678910>>...16