Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.1/ext/gmp/tests/
H A Dgmp_php_int_max.phpt19 ["num"]=>
23 ["num"]=>
27 ["num"]=>
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_fact.phpt50 gmp_fact(): Argument #1 ($num) is not an integer string
52 gmp_fact(): Argument #1 ($num) must be greater than or equal to 0
53 gmp_fact(): Argument #1 ($num) must be greater than or equal to 0
59 gmp_fact(): Argument #1 ($num) must be greater than or equal to 0
60 gmp_fact(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_intval.phpt45 gmp_intval(): Argument #1 ($num) is not an integer string
46 gmp_intval(): Argument #1 ($num) must be of type GMP|string|int, stdClass given
47 gmp_intval(): Argument #1 ($num) must be of type GMP|string|int, array given
48 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.1/ext/pgsql/tests/
H A D11pg_meta_data.phpt21 ["num"]=>
23 ["num"]=>
40 ["num"]=>
57 ["num"]=>
H A D17result.phpt15 $sql = "SELECT * FROM $table_name ORDER BY num";
31 ["num"]=>
41 ["num"]=>
61 ["num"]=>
H A D12pg_insert_9.phpt19 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
38 $converted = pg_insert($db, $table_name, ['num' => []]);
43 $converted = pg_insert($db, $table_name, ['num' => new stdClass()]);
48 $converted = pg_insert($db, $table_name, ['num' => $db]);
57 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'\\x424242');
58 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES ('1234','AAA','BBB');
H A D10pg_convert_9.phpt19 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
36 $converted = pg_convert($db, $table_name, ['num' => []]);
41 $converted = pg_convert($db, $table_name, ['num' => new stdClass()]);
46 $converted = pg_convert($db, $table_name, ['num' => $db]);
54 [""num""]=>
H A Dpg_meta_data_001.phpt35 ["num"]=>
52 ["num"]=>
71 ["num"]=>
88 ["num"]=>
107 ["num"]=>
132 ["num"]=>
/PHP-8.1/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.1/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.1/Zend/tests/
H A Dctor_promotion_attributes.phpt9 public int $num,
13 $prop = new ReflectionProperty(Test::class, 'num');
16 $param = new ReflectionParameter([Test::class, '__construct'], 'num');
H A Dbug40809.phpt12 $num = 5000;
14 for ($i=0; $i<$num; $i++) {
17 for ($i=0; $i<$num; $i++) {
/PHP-8.1/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.1/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.1/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.1/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.1/ext/filter/
H A Dlogical_filters.c346 char *num, *p; in php_filter_float() local
445 switch (is_numeric_string(num, p - num, &lval, &dval, 0)) { in php_filter_float()
465 efree(num); in php_filter_float()
468 efree(num); in php_filter_float()
724 int num, m; in _php_filter_validate_ipv4() local
736 num = num * 10 + ((*(str++)) - '0'); in _php_filter_validate_ipv4()
760 int num, n, i; in _php_filter_validate_ipv6() local
821 num = n = 0; in _php_filter_validate_ipv6()
824 num = 16 * num + (*str - '0'); in _php_filter_validate_ipv6()
826 num = 16 * num + (*str - 'a') + 10; in _php_filter_validate_ipv6()
[all …]
/PHP-8.1/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.1/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.1/ext/intl/tests/
H A Dbug48227.phpt19 NumberFormatter::format(): Argument #1 ($num) must be of type int|float, string given
22 Deprecated: NumberFormatter::format(): Passing null to parameter #1 ($num) of type int|float is dep…
24 NumberFormatter::format(): Argument #1 ($num) must be of type int|float, NumberFormatter given
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_next_result_error.phpt39 $stmt->bind_result($num);
41 echo "num = $num\n";
67 num = 1
H A Dmysqli_stmt_execute_bind_libmysql.phpt23 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');
28 assert(['label'=>$v1, 'anon'=>$v2, 'num'=>$v3] === ['label'=>'a', 'anon'=>'abc', 'num'=>'42']);
32 $stmt = $link->prepare('SELECT label, ? AS anon, ? AS num FROM test WHERE id=?');

Completed in 46 milliseconds

12345678910>>...14