Home
last modified time | relevance | path

Searched refs:number (Results 126 – 150 of 493) sorted by relevance

12345678910>>...20

/PHP-8.0/ext/date/tests/
H A Dstrftime_variation10.phpt20 'The ISO 8601:1988 week number' => "%V",
36 --The ISO 8601:1988 week number--
H A Dbug29595.phpt2 Bug #29595 (Roman number format for months)
H A Dstrftime_variation13.phpt14 'Century number' => "%C",
32 --Century number--
H A Dgmstrftime_variation13.phpt14 'Century number' => "%C",
32 --Century number--
H A Dbug29150.phpt2 Bug #29150 (Roman number format for months)
H A Dstrftime_variation14.phpt20 'Century number' => "%C",
38 --Century number--
/PHP-8.0/ext/pgsql/tests/
H A D03sync_query.phpt137 Argument #3 must be less than the number of fields for this result set
140 pg_fetch_all_columns(): Argument #2 ($field) must be less than the number of fields for this result…
142 Argument #2 must be less than the number of fields for this result set
145 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
147 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt80 if (!isset($charset->number) ||
81 !is_int($charset->number) ||
82 ($charset->number !== (int)$id))
83 … printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);
/PHP-8.0/scripts/dev/
H A Dmakedist39 - X is major version number
40 - Y is minor version number
41 - Z is patch version number
43 beta and belonging number.
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt68 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
78 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
/PHP-8.0/tests/lang/
H A Dfunc_num_args.002.phpt2 func_num_args with variable number of args
H A Dfunc_get_args.002.phpt2 func_get_args with variable number of args
H A Dfunc_get_arg.002.phpt2 func_get_arg with variable number of args
/PHP-8.0/ext/intl/formatter/
H A Dformatter_parse.c125 double number; in PHP_FUNCTION() local
156number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &IN… in PHP_FUNCTION()
171 RETVAL_DOUBLE( number ); in PHP_FUNCTION()
/PHP-8.0/ext/json/tests/
H A Dbug45791.phpt2 Bug #45791 (json_decode() does not handle number 0e0)
/PHP-8.0/ext/standard/tests/array/
H A Darray_product_variation3.phpt7 echo "\n-- Testing array_product() function with one negative number --\n";
27 -- Testing array_product() function with one negative number --
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt23 echo "Wrong number of values in array\nVersion was: ";
30 echo "Wrong number of values in array\nVersion was: ";
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69344.phpt42 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
43 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
/PHP-8.0/Zend/tests/
H A Dbug36037.phpt2 Bug #36037 (heredoc adds extra line number)
/PHP-8.0/ext/standard/tests/file/
H A Dbug40501.csv1 "this element contains the delimiter, and ends with an odd number of
/PHP-8.0/ext/reflection/tests/
H A Dbug70960.phpt2 Bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt18 0234, //octal number
19 0x1A, //hexadecimal number
20 2147483647, //max positive integer number
H A Dbug77608.phpt2 Bug #77608: http_build_query doesn't encode "+" in a float number
H A Dcrypt_sha512.phpt44 'the number of rounds is too low',
49 'the number of rounds is too high',
/PHP-8.0/ext/oci8/tests/
H A Dcursor_bind_err.phpt17 "create table cursor_bind_err_tab (id number, value number)",

Completed in 28 milliseconds

12345678910>>...20