Home
last modified time | relevance | path

Searched refs:num (Results 76 – 100 of 334) sorted by relevance

12345678910>>...14

/PHP-8.0/ext/pgsql/tests/
H A D11pg_meta_data.phpt19 ["num"]=>
21 ["num"]=>
38 ["num"]=>
55 ["num"]=>
H A D17result.phpt13 $sql = "SELECT * FROM $table_name ORDER BY num";
29 ["num"]=>
39 ["num"]=>
59 ["num"]=>
H A D12pg_insert_9.phpt17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
36 $converted = pg_insert($db, $table_name, ['num' => []]);
41 $converted = pg_insert($db, $table_name, ['num' => new stdClass()]);
46 $converted = pg_insert($db, $table_name, ['num' => $db]);
55 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'\\x424242');
56 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES ('1234','AAA','BBB');
H A D10pg_convert_9.phpt17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
34 $converted = pg_convert($db, $table_name, ['num' => []]);
39 $converted = pg_convert($db, $table_name, ['num' => new stdClass()]);
44 $converted = pg_convert($db, $table_name, ['num' => $db]);
52 [""num""]=>
H A Dpg_meta_data_001.phpt33 ["num"]=>
50 ["num"]=>
69 ["num"]=>
86 ["num"]=>
105 ["num"]=>
130 ["num"]=>
/PHP-8.0/ext/gmp/tests/
H A Dgmp_init.phpt36 ["num"]=>
41 gmp_init(): Argument #1 ($num) is not an integer string
42 gmp_init(): Argument #1 ($num) is not an integer string
43 gmp_init(): Argument #1 ($num) is not an integer string
H A Dgmp_abs.phpt47 gmp_abs(): Argument #1 ($num) is not an integer string
50 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, float given
54 gmp_abs(): Argument #1 ($num) is not an integer string
55 gmp_abs(): Argument #1 ($num) is not an integer string
56 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_fact.phpt51 gmp_fact(): Argument #1 ($num) is not an integer string
53 gmp_fact(): Argument #1 ($num) must be greater than or equal to 0
54 gmp_fact(): Argument #1 ($num) must be greater than or equal to 0
61 gmp_fact(): Argument #1 ($num) must be greater than or equal to 0
62 gmp_fact(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_intval.phpt47 gmp_intval(): Argument #1 ($num) is not an integer string
48 gmp_intval(): Argument #1 ($num) must be of type GMP|string|int, stdClass given
49 gmp_intval(): Argument #1 ($num) must be of type GMP|string|int, array given
50 gmp_intval(): Argument #1 ($num) is not an integer string
H A Dgmp_sqrt.phpt43 gmp_sqrt(): Argument #1 ($num) must be greater than or equal to 0
44 gmp_sqrt(): Argument #1 ($num) must be greater than or equal to 0
49 gmp_sqrt(): Argument #1 ($num) must be greater than or equal to 0
51 gmp_sqrt(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c278 zval* num = collator_convert_string_to_number_if_possible( str, rv ); in collator_convert_string_to_number() local
279 if( num == str ) in collator_convert_string_to_number()
282 zval_ptr_dtor( num ); in collator_convert_string_to_number()
284 num = rv; in collator_convert_string_to_number()
285 ZVAL_LONG( num, 0 ); in collator_convert_string_to_number()
288 return num; in collator_convert_string_to_number()
302 zval* num = collator_convert_string_to_number( str, rv ); in collator_convert_string_to_double() local
303 if( Z_TYPE_P(num) == IS_LONG ) in collator_convert_string_to_double()
305 ZVAL_DOUBLE( num, Z_LVAL_P( num ) ); in collator_convert_string_to_double()
308 return num; in collator_convert_string_to_double()
/PHP-8.0/ext/standard/tests/array/
H A Darray_fill_error.phpt7 // calling array_fill with negative values for 'num' parameter
9 $num = -1;
13 var_dump( array_fill($start_key,$num,$val) );
/PHP-8.0/ext/standard/tests/serialize/
H A Dprecision.phpt27 $num = unpack("d", pack("H*", $ns)); $num = reset($num);
28 echo "number: ", sprintf("%.17e", $num), "... ";
29 $num2 = unserialize(serialize($num));
/PHP-8.0/ext/xmlreader/tests/
H A D009.phpt9 <books><book num="1"><test /></book><book num="2" /></books>';
21 echo $reader->getAttribute('num');
H A D014.phpt11 <books><book num="1" idx="2">book1</book></books>';
32 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
35 $reader->value = 'num attribute 1';
39 // Try to set the name of the first attribute from "num" to "number"
/PHP-8.0/ext/standard/tests/strings/
H A Dhtmlentities22.phpt139 &#0; CHANGED (&amp;&num;0&semi;, &amp;#0;)
140 &#1; CHANGED (&amp;&num;1&semi;, &amp;#1;)
143 &#x0B; CHANGED (&amp;&num;x0B&semi;, &amp;#x0B;)
145 &#x0D; CHANGED (&amp;&num;x0D&semi;, &amp;#x0D;)
146 &#x0E; CHANGED (&amp;&num;x0E&semi;, &amp;#x0E;)
147 &#x1F; CHANGED (&amp;&num;x1F&semi;, &amp;#x1F;)
149 &#x7F; CHANGED (&amp;&num;x7F&semi;, &amp;#x7F;)
150 &#x80; CHANGED (&amp;&num;x80&semi;, &amp;#x80;)
151 &#x9F; CHANGED (&amp;&num;x9F&semi;, &amp;#x9F;)
226 &#0; CHANGED (&amp;&num;0&semi;, &amp;#0;)
[all …]
/PHP-8.0/tests/classes/
H A Diterators_002.phpt8 private $num = 0;
16 $this->num = 0;
19 $more = $this->num < $this->obj->max;
25 return $this->num;
29 $this->num++;
33 switch($this->num) {
/PHP-8.0/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt8 private $num = 0;
16 $this->num = 0;
19 $more = $this->num < $this->obj->max;
25 return $this->num;
29 $this->num++;
33 switch($this->num) {
/PHP-8.0/Zend/tests/
H A Dbug40809.phpt12 $num = 5000;
14 for ($i=0; $i<$num; $i++) {
17 for ($i=0; $i<$num; $i++) {
/PHP-8.0/ext/gmp/
H A Dgmp_arginfo.h5 ZEND_ARG_TYPE_MASK(0, num, MAY_BE_LONG|MAY_BE_STRING, NULL)
16 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
22 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
26 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
60 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
70 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
74 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
79 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
84 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
154 ZEND_ARG_OBJ_INFO(0, num, GMP, 0)
[all …]
/PHP-8.0/ext/standard/
H A Dtype.c145 zval *num; in PHP_FUNCTION() local
149 Z_PARAM_ZVAL(num) in PHP_FUNCTION()
154 if (Z_TYPE_P(num) != IS_STRING || base == 10) { in PHP_FUNCTION()
155 RETVAL_LONG(zval_get_long(num)); in PHP_FUNCTION()
161 char *strval = Z_STRVAL_P(num); in PHP_FUNCTION()
162 size_t strlen = Z_STRLEN_P(num); in PHP_FUNCTION()
197 RETVAL_LONG(ZEND_STRTOL(Z_STRVAL_P(num), NULL, base)); in PHP_FUNCTION()
204 zval *num; in PHP_FUNCTION() local
207 Z_PARAM_ZVAL(num) in PHP_FUNCTION()
210 RETURN_DOUBLE(zval_get_double(num)); in PHP_FUNCTION()
/PHP-8.0/ext/dom/tests/
H A Ddomelement.phpt20 $node->setAttribute('num', '1');
21 echo "Chapter: ".$node->getAttribute('num')."\n";
22 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
23 $node->removeAttribute('num');
24 echo "Chapter: ".$node->getAttribute('num')."\n";
25 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
90 Attribute num exists?: Yes
92 Attribute num exists?: No
/PHP-8.0/ext/filter/
H A Dlogical_filters.c338 char *num, *p; in php_filter_float() local
437 switch (is_numeric_string(num, p - num, &lval, &dval, 0)) { in php_filter_float()
457 efree(num); in php_filter_float()
460 efree(num); in php_filter_float()
716 int num, m; in _php_filter_validate_ipv4() local
728 num = num * 10 + ((*(str++)) - '0'); in _php_filter_validate_ipv4()
752 int num, n, i; in _php_filter_validate_ipv6() local
813 num = n = 0; in _php_filter_validate_ipv6()
816 num = 16 * num + (*str - '0'); in _php_filter_validate_ipv6()
818 num = 16 * num + (*str - 'a') + 10; in _php_filter_validate_ipv6()
[all …]
/PHP-8.0/ext/bcmath/
H A Dbcmath.stub.php15 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} argument
17 function bcpow(string $num, string $exponent, ?int $scale = null): string {} argument
19 function bcsqrt(string $num, ?int $scale = null): string {} argument
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_next_result_error.phpt38 $stmt->bind_result($num);
40 echo "num = $num\n";
66 num = 1

Completed in 63 milliseconds

12345678910>>...14