Home
last modified time | relevance | path

Searched refs:num (Results 51 – 75 of 380) sorted by relevance

12345678910>>...16

/php-src/ext/standard/tests/math/
H A Dabs_variation.phpt86 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
91 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
107 abs(): Argument #1 ($num) must be of type int|float, string given
110 abs(): Argument #1 ($num) must be of type int|float, string given
113 abs(): Argument #1 ($num) must be of type int|float, array given
116 abs(): Argument #1 ($num) must be of type int|float, string given
119 abs(): Argument #1 ($num) must be of type int|float, string given
122 abs(): Argument #1 ($num) must be of type int|float, string given
125 abs(): Argument #1 ($num) must be of type int|float, classA given
129 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
[all …]
H A Dceil_variation1.phpt79 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
84 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
100 ceil(): Argument #1 ($num) must be of type int|float, string given
103 ceil(): Argument #1 ($num) must be of type int|float, string given
106 ceil(): Argument #1 ($num) must be of type int|float, array given
109 ceil(): Argument #1 ($num) must be of type int|float, string given
112 ceil(): Argument #1 ($num) must be of type int|float, string given
115 ceil(): Argument #1 ($num) must be of type int|float, string given
118 ceil(): Argument #1 ($num) must be of type int|float, classA given
122 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
[all …]
H A Dfloor_variation1.phpt79 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
84 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
100 floor(): Argument #1 ($num) must be of type int|float, string given
103 floor(): Argument #1 ($num) must be of type int|float, string given
106 floor(): Argument #1 ($num) must be of type int|float, array given
109 floor(): Argument #1 ($num) must be of type int|float, string given
112 floor(): Argument #1 ($num) must be of type int|float, string given
115 floor(): Argument #1 ($num) must be of type int|float, string given
118 floor(): Argument #1 ($num) must be of type int|float, classA given
122 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
[all …]
H A Dround_variation1.phpt123 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
128 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
144 round(): Argument #1 ($num) must be of type int|float, string given
147 round(): Argument #1 ($num) must be of type int|float, string given
150 round(): Argument #1 ($num) must be of type int|float, array given
153 round(): Argument #1 ($num) must be of type int|float, string given
156 round(): Argument #1 ($num) must be of type int|float, string given
159 round(): Argument #1 ($num) must be of type int|float, string given
162 round(): Argument #1 ($num) must be of type int|float, classA given
166 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
[all …]
H A Ddecbin_variation1.phpt2 Test decbin() function : usage variations - different data types as $num arg
64 decbin(): Argument #1 ($num) must be of type int, float given
67 decbin(): Argument #1 ($num) must be of type int, float given
70 decbin(): Argument #1 ($num) must be of type int, float given
85 decbin(): Argument #1 ($num) must be of type int, string given
88 decbin(): Argument #1 ($num) must be of type int, string given
H A Ddechex_variation1.phpt2 Test dechex() function : usage variations - different data types as $num arg
64 dechex(): Argument #1 ($num) must be of type int, float given
67 dechex(): Argument #1 ($num) must be of type int, float given
70 dechex(): Argument #1 ($num) must be of type int, float given
85 dechex(): Argument #1 ($num) must be of type int, string given
88 dechex(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_variation1.phpt2 Test decoct() function : usage variations - different data types as $num arg
64 decoct(): Argument #1 ($num) must be of type int, float given
67 decoct(): Argument #1 ($num) must be of type int, float given
70 decoct(): Argument #1 ($num) must be of type int, float given
85 decoct(): Argument #1 ($num) must be of type int, string given
88 decoct(): Argument #1 ($num) must be of type int, string given
/php-src/ext/xmlreader/tests/
H A D003-mb.phpt10 <books><book num="1" idx="2">book1</book></books>';
27 echo "1st attr (num) failed\n";
40 $attr = $reader->moveToAttribute('num');
44 if ($reader->getAttribute('num') == $reader->value) {
45 echo "attr num failed\n";
76 num: 1
78 num: 1
80 num: 1
H A D003.phpt10 <books><book num="1" idx="2">book1</book></books>';
27 echo "1st attr (num) failed\n";
40 $attr = $reader->moveToAttribute('num');
44 if ($reader->getAttribute('num') == $reader->value) {
45 echo "attr num failed\n";
83 num: 1
85 num: 1
87 num: 1
/php-src/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt20 $num = 20;
22 for ($i = 0; $i < $num; $i++) {
29 $index = mt_rand(0, $num);
37 $num = 20;
38 for ($i = 0; $i < $num; $i++) {
43 $left = $num;
47 $index = mt_rand(0, $num);
63 $index = mt_rand(0, $num);
H A Dmysqli_stmt_execute_bind.phpt18 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
25 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
31 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
40 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
49 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
58 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
67 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
76 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
85 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
99 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Dstr2num.c80 bool bc_str2num(bc_num *num, const char *str, const char *end, size_t scale, bool auto_scale) in bc_str2num() argument
88 ZEND_ASSERT(*num == NULL); in bc_str2num()
158 *num = bc_new_num_nonzeroed(digits, str_scale); in bc_str2num()
159 (*num)->n_sign = *str == '-' ? MINUS : PLUS; in bc_str2num()
160 char *nptr = (*num)->n_value; in bc_str2num()
180 *num = bc_copy_num(BCG(_zero_)); in bc_str2num()
184 *num = bc_copy_num(BCG(_zero_)); in bc_str2num()
/php-src/Zend/tests/
H A Dbug40261.phpt7 $num = 100000;
10 for ($i=0; $i<$num; $i++) {
14 for ($i=0; $i<$num; $i++) {
19 for ($i=0; $i<$num; $i++) {
/php-src/ext/dom/lexbor/lexbor/css/property/
H A Dres.h77 …&(lxb_css_property_bottom_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false…
98num = 0, .is_float = false}}, .shrink = {.type = LXB_CSS_FLEX_SHRINK__NUMBER, .number = {.num = 1,…
101 …&(lxb_css_property_flex_basis_t) {.type = LXB_CSS_WIDTH_AUTO, .u.length = {.num = 0, .is_float = f…
149 …&(lxb_css_property_height_t) {.type = LXB_CSS_HEIGHT_AUTO, .u.length = {.num = 0, .is_float = fals…
170 …&(lxb_css_property_left_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false}}…
182num = 0, .is_float = false}}, .right = {.type = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_…
212 &(lxb_css_property_order_t) {.type = LXB_CSS_ORDER__INTEGER, .integer = {.num = 0}}},
230num = 0, .is_float = false}}, .right = {.type = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_…
248 …&(lxb_css_property_right_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false}…
293 …&(lxb_css_property_top_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false}}},
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_private.h129 if ((num & 0x0000ffff) == 0) {n += 16; num = num >> 16;} in ir_ntz()
130 if ((num & 0x000000ff) == 0) {n += 8; num = num >> 8;} in ir_ntz()
131 if ((num & 0x0000000f) == 0) {n += 4; num = num >> 4;} in ir_ntz()
132 if ((num & 0x00000003) == 0) {n += 2; num = num >> 2;} in ir_ntz()
157 if ((num & 0xffffffff) == 0) {n += 32; num = num >> 32;} in ir_ntzl()
158 if ((num & 0x0000ffff) == 0) {n += 16; num = num >> 16;} in ir_ntzl()
159 if ((num & 0x000000ff) == 0) {n += 8; num = num >> 8;} in ir_ntzl()
160 if ((num & 0x0000000f) == 0) {n += 4; num = num >> 4;} in ir_ntzl()
161 if ((num & 0x00000003) == 0) {n += 2; num = num >> 2;} in ir_ntzl()
185 x = num >> 16; if (x != 0) {n -= 16; num = x;} in ir_nlz()
[all …]
/php-src/ext/intl/tests/
H A Dformatter_parse_currency.phpt19 $num = ut_nfmt_parse_currency( $fmt, '$9,988,776.65', $currency, $pos );
20 $res_str .= "$num $currency\n";
25 $num = ut_nfmt_parse_currency( $fmt, ' $123.45', $currency, $pos );
26 $res_str .= "$num $currency\n";
/php-src/ext/bcmath/tests/
H A Dbcceil.phpt26 foreach ($nums as $num) {
27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcceil($num), "\n";
H A Dbcfloor.phpt26 foreach ($nums as $num) {
27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcfloor($num), "\n";
H A Dbcround_early_return.phpt50 foreach ($early_return_cases as [$num, $precision]) {
51 …$result = str_pad("[{$num}, {$precision}]", 33, ' ', STR_PAD_LEFT) . ' => ' . bcround($num, $preci…
59 foreach ($early_return_cases as [$num, $precision]) {
60 …$result = str_pad("[{$num}, {$precision}]", 33, ' ', STR_PAD_LEFT) . ' => ' . bcround($num, $preci…
/php-src/ext/ffi/tests/
H A Dbug79571.phpt15 int num;
21 $union->num = 42;
23 var_dump($union->num);
27 ["num"]=>
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c156 dest->num = src->num; in phpdbg_copy_param()
168 if (src->num) in phpdbg_copy_param()
169 dest->num = src->num; in phpdbg_copy_param()
174 dest->num = src->num; in phpdbg_copy_param()
181 dest->num = src->num; in phpdbg_copy_param()
213 if (param->num) in phpdbg_hash_param()
233 if (param->num) in phpdbg_hash_param()
258 if (l->num != r->num) { in phpdbg_match_param()
268 return (l->num == r->num); in phpdbg_match_param()
279 if ((!l->num && !r->num) || (l->num == r->num)) { in phpdbg_match_param()
[all …]
H A Dphpdbg_parser.y80 | parameters T_REQ_ID { $$ = $1; PHPDBG_G(req_id) = $2.num; }
87 $$.file.line = $3.num;
92 $$.file.line = $4.num;
102 $$.file.line = $4.num;
112 $$.file.line = $5.num;
123 $$.num = $5.num;
129 $$.num = $3.num;
146 : T_REQ_ID { PHPDBG_G(req_id) = $1.num; }
/php-src/ext/pgsql/tests/
H A D13pg_select_9.phpt18 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
24 $ids = array('num'=>'1234');
43 $converted = pg_select($db, $table_name, ['num' => []]);
48 $converted = pg_select($db, $table_name, ['num' => new stdClass()]);
53 $converted = pg_select($db, $table_name, ['num' => $db]);
74 ["num"]=>
83 ["num"]=>
91 SELECT * FROM "table_13pg_select_9" WHERE "num"=1234;
92 SELECT * FROM "table_13pg_select_9" WHERE "num"='1234';
H A D15pg_delete.phpt15 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
19 $fields = array('num'=>'1234', 'str'=>'XXX', 'bin'=>'YYY');
20 $ids = array('num'=>'1234');
39 DELETE FROM "table_15pg_delete" WHERE "num"=1234;
40 DELETE FROM "table_15pg_delete" WHERE "num"='1234';
/php-src/Zend/Optimizer/
H A Doptimize_temp_vars_5.c82 …int num = (((opline->extended_value + 1) * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zv… in zend_optimize_temporary_variables() local
89 max = MAX(max, var + num); in zend_optimize_temporary_variables()
94 while (num > 1) { in zend_optimize_temporary_variables()
95 num--; in zend_optimize_temporary_variables()
96 zend_bitset_incl(taken_T, var + num); in zend_optimize_temporary_variables()
163 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimize_temporary_variables() local
164 while (num > 1) { in zend_optimize_temporary_variables()
165 num--; in zend_optimize_temporary_variables()
166 zend_bitset_excl(taken_T, map_T[currT]+num); in zend_optimize_temporary_variables()

Completed in 62 milliseconds

12345678910>>...16