Home
last modified time | relevance | path

Searched refs:num (Results 101 – 125 of 269) sorted by relevance

1234567891011

/PHP-7.4/ext/intl/tests/
H A Dbug67052-win32.phpt17 $num = "1.234.567,891";
18 $res_str = $fmt->parse($num)."\n";
H A Dformatter_get_error.phpt18 $num = ut_nfmt_parse_currency( $fmt, '123.45', $currency, $pos );
19 if( $num === false )
H A Dbug67052.phpt22 $num = "1.234.567,891";
23 $res_str = $fmt->parse($num)."\n";
/PHP-7.4/ext/pgsql/tests/
H A D12pg_insert.phpt15 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
23 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
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 D22pg_fetch_object.phpt19 $sql = "SELECT * FROM $table_name WHERE num = 0";
30 ["num"]=>
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-7.4/Zend/tests/generators/
H A Dbug71441.phpt6 $num = 2000; /* to be sure to be in wild memory */
7 $add = str_repeat("1 +", $num);
/PHP-7.4/ext/gmp/tests/
H A Dgmp_mod.phpt34 ["num"]=>
38 ["num"]=>
48 ["num"]=>
/PHP-7.4/Zend/
H A Dzend_execute.h340 #define CACHE_ADDR(num) \ argument
341 ((void**)((char*)EX(run_time_cache) + (num)))
343 #define CACHED_PTR(num) \ argument
344 ((void**)((char*)EX(run_time_cache) + (num)))[0]
346 #define CACHE_PTR(num, ptr) do { \ argument
350 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
352 ((void**)((char*)EX(run_time_cache) + (num)))[1] : \
355 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
381 #define ENCODE_SPECIAL_CACHE_NUM(num) \ argument
382 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
[all …]
H A Dzend_vm_gen.php1288 $next = $num + 1;
1322 if ($num >= 256) {
1323 $opcodes[$num]['spec_code'] = $specs[$num];
1501 if ($num >= 256) {
1504 $next = $num+1;
1560 $specs[$num + 1] = "$label";
1581 $last = $num;
1740 …r($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes[$num]["co…
1750 …kind, $num, $op1, $op2, $helpers[$num]["param"], $helpers[$num]["code"], $lineno, $helpers[$num]["…
1769 …($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcodes[$num]["c…
[all …]
H A Dzend_smart_string.h93 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, zend_… in smart_string_append_long_ex() argument
95 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex()
99 static zend_always_inline void smart_string_append_unsigned_ex(smart_string *dest, zend_ulong num, … in smart_string_append_unsigned_ex() argument
101 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_unsigned_ex()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.c46 func_info->num = call_graph->op_arrays_count; in zend_op_array_collect()
165 uint32_t num = opline->op2.num; in zend_analyze_calls() local
167 if (num > 0) { in zend_analyze_calls()
168 num--; in zend_analyze_calls()
170 call_info->arg_info[num].opline = opline; in zend_analyze_calls()
202 if (zend_bitset_in(visited, func_info->num)) { in zend_is_indirectly_recursive()
205 zend_bitset_incl(visited, func_info->num); in zend_is_indirectly_recursive()
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()
/PHP-7.4/main/
H A Dsnprintf.h87 PHPAPI char * php_conv_fp(char format, double num,
147 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
150 PHPAPI char * ap_php_conv_p2(u_wide_int num, int nbits,
H A Dsnprintf.c323 magnitude = (u_wide_int) num; in ap_php_conv_10()
326 *is_negative = (num < 0); in ap_php_conv_10()
338 wide_int t = num + 1; in ap_php_conv_10()
341 magnitude = (u_wide_int) num; in ap_php_conv_10()
488 *--p = digits[num & mask]; in ap_php_conv_p2()
489 num >>= nbits; in ap_php_conv_p2()
491 while (num); in ap_php_conv_p2()
540 #define STR_TO_DEC( str, num ) \ argument
541 num = NUM( *str++ ) ; \
544 num *= 10 ; \
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_autocommit.phpt76 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
79 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
81 $tmp['num'], mysqli_errno($link), mysqli_error($link));
111 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
114 if (0 != $tmp['num'])
115 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
124 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
127 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
129 $tmp['num'], mysqli_errno($link), mysqli_error($link));
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 Dmysqli_change_user_rollback.phpt32 $num = $row['_num'];
33 assert($num > 0);
57 if ($row['_num'] != $num)
59 $num, $row['_num']);
/PHP-7.4/ext/standard/tests/strings/
H A Dfprintf_variation_005.phpt15 foreach( $int_numbers as $num ) {
17 fprintf( $fp, "%e", $num );
/PHP-7.4/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-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c104 if (PHPDBG_FRAME(num) == 0) { in phpdbg_restore_frame()
115 PHPDBG_FRAME(num) = 0; in phpdbg_restore_frame()
123 …zend_execute_data *execute_data = PHPDBG_FRAME(num) ? PHPDBG_FRAME(execute_data) : EG(current_exec… in phpdbg_switch_frame()
126 if (PHPDBG_FRAME(num) == frame) { in phpdbg_switch_frame()
154 PHPDBG_FRAME(num) = frame; in phpdbg_switch_frame()
262 void phpdbg_dump_backtrace(size_t num) /* {{{ */ in phpdbg_dump_backtrace() argument
270 int i = 0, limit = num; in phpdbg_dump_backtrace()
333 PHPDBG_FRAME(num) = -1; in phpdbg_open_generator_frame()

Completed in 92 milliseconds

1234567891011