Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //Get the line number at the start of the definition of class C
14 //Get the line number at the end of the definition of class C
/PHP-8.1/ext/pgsql/tests/
H A D03sync_query.phpt139 Argument #3 must be less than the number of fields for this result set
142 pg_fetch_all_columns(): Argument #2 ($field) must be less than the number of fields for this result…
144 Argument #2 must be less than the number of fields for this result set
147 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
149 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt81 if (!isset($charset->number) ||
82 !is_int($charset->number) ||
83 ($charset->number !== (int)$id))
84 … printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt69 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
79 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_mysql_prepare_native_named_placeholder.phpt77 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
86 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt25 echo "Wrong number of values in array\nVersion was: ";
32 echo "Wrong number of values in array\nVersion was: ";
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug69344.phpt44 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
45 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
/PHP-8.1/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.1/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.1/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 Dchunk_split_variation5.phpt25 0234, //octal number
26 0x1A, //hexadecimal number
27 PHP_INT_MAX, //max positive integer number
H A Dcrypt_sha512.phpt44 'the number of rounds is too low',
49 'the number of rounds is too high',
/PHP-8.1/scripts/dev/
H A Dmakedist48 - X is major version number
49 - Y is minor version number
50 - Z is patch version number
52 beta and belonging number.
/PHP-8.1/Zend/tests/
H A Dbug74947.phpt2 Bug #74947 (Segfault in scanner on INF number)
H A Dbug36037.phpt2 Bug #36037 (heredoc adds extra line number)
/PHP-8.1/ext/date/tests/
H A Dbug29595.phpt2 Bug #29595 (Roman number format for months)
H A Dgmstrftime_variation9.phpt14 'The ISO 8601:1988 week number' => "%V",
30 --The ISO 8601:1988 week number--
H A Dstrftime_variation9.phpt14 'The ISO 8601:1988 week number' => "%V",
30 --The ISO 8601:1988 week number--
/PHP-8.1/ext/oci8/tests/
H A Dcursor_bind_err.phpt19 "create table cursor_bind_err_tab (id number, value number)",
/PHP-8.1/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
/PHP-8.1/ext/json/tests/
H A Dbug45791.phpt2 Bug #45791 (json_decode() does not handle number 0e0)
/PHP-8.1/ext/tokenizer/tests/
H A Dinvalid_octal_dnumber.phpt2 Invalid octal number that overflows to double
/PHP-8.1/tests/lang/integer_literals/
H A Doctal_64bit.phpt19 /* Floating number */
51 /* Floating number */
83 /* Floating number */
/PHP-8.1/ext/standard/tests/file/
H A Dbug40501.csv1 "this element contains the delimiter, and ends with an odd number of

Completed in 41 milliseconds

12345678910>>...21