Home
last modified time | relevance | path

Searched refs:number (Results 201 – 225 of 858) sorted by relevance

12345678910>>...35

/PHP-5.4/ext/spl/tests/
H A DSplFileObject_fputcsv_error.phpt13 echo "-- Testing fputcsv() with more than expected number of arguments --\n";
31 -- Testing fputcsv() with more than expected number of arguments --
/PHP-5.4/ext/dba/tests/
H A Ddba_db4_000.phpt28 ["key number 6"]=>
43 ["key number 6"]=>
H A Ddba_flatfile.phpt28 ["key number 6"]=>
43 ["key number 6"]=>
H A Ddba_tcadb.phpt28 ["key number 6"]=>
43 ["key number 6"]=>
/PHP-5.4/ext/oci8/tests/
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
H A Dcursor_bind_err.phpt17 "create table cursor_bind_err_tab (id number, value number)",
/PHP-5.4/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt25 echo "\n-- Total number of transitions: " . count($tran). " --\n";
35 -- Total number of transitions: 243 --
/PHP-5.4/ext/standard/tests/file/
H A Dftruncate_error.phpt18 echo "-- Testing ftruncate() with less than expected number of arguments --\n";
28 echo "-- Testing ftruncate() with more than expected number of arguments --\n";
29 // more than expected number of arguments
77 -- Testing ftruncate() with less than expected number of arguments --
85 -- Testing ftruncate() with more than expected number of arguments --
H A Dfwrite_error.phpt10 fwrite() returns the number of bytes written or FALSE on error
20 echo "-- Testing fwrite() with less than expected number of arguments --\n";
28 echo "-- Testing fwrite() with more than expected number of arguments --\n";
74 -- Testing fwrite() with less than expected number of arguments --
81 -- Testing fwrite() with more than expected number of arguments --
/PHP-5.4/ext/standard/tests/math/
H A Ddechex_variation1_64bit.phpt2 Test dechex() function : usage variations - different data types as $number arg
11 /* Prototype : string dechex ( int $number )
12 …* Description: Returns a string containing a hexadecimal representation of the given number argum…
H A Ddecoct_variation1.phpt2 Test decoct() function : usage variations - different data types as $number arg
11 /* Prototype : string decoct ( int $number )
12 * Description: Returns a string containing an octal representation of the given number argument.
H A Ddecoct_variation1_64bit.phpt2 Test decoct() function : usage variations - different data types as $number arg
11 /* Prototype : string decoct ( int $number )
12 * Description: Returns a string containing an octal representation of the given number argument.
H A Ddechex_variation1.phpt2 Test dechex() function : usage variations - different data types as $number arg
11 /* Prototype : string dechex ( int $number )
12 …* Description: Returns a string containing a hexadecimal representation of the given number argum…
H A Dexpm1_basic.phpt8 * Description: Returns exp(number) - 1, computed in a way that is accurate even
9 * when the value of number is close to zero.
H A Dexpm1_error.phpt6 * Description: Returns exp(number) - 1, computed in a way that is accurate even
7 * when the value of number is close to zero.
H A Dlog1p_error.phpt6 * Description: Returns log(1 + number), computed in a way that is accurate even
7 * when the value of number is close to zero
/PHP-5.4/ext/intl/formatter/
H A Dformatter_parse.c127 double number; in PHP_FUNCTION() local
163number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &IN… in PHP_FUNCTION()
179 RETVAL_DOUBLE( number ); in PHP_FUNCTION()
/PHP-5.4/ext/standard/tests/array/
H A Darray_diff_ukey_error.phpt25 //Test array_diff_ukey with one more than the expected number of arguments
29 // Testing array_diff_ukey with one less than the expected number of arguments
33 // Testing array_diff_ukey with one less than the expected number of arguments
/PHP-5.4/ext/mbstring/tests/
H A Dmb_internal_encoding_error1.phpt2 Test mb_internal_encoding() function : error conditions - pass incorrect number of args
17 * Test mb_internal_encoding with one more than the expected number of arguments
H A Dmb_regex_encoding_error1.phpt2 Test mb_regex_encoding() function : error conditions - pass incorrect number of args
16 * Test mb_regex_encoding with one more than expected number of arguments
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_isDefault_basic.phpt27 echo "Wrong number of params:\n";
61 Wrong number of params:
/PHP-5.4/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-5.4/ext/standard/tests/strings/
H A Dstripcslashes_error.phpt12 echo "*** Testing stripcslashes() : unexpected number of arguments ***";
24 *** Testing stripcslashes() : unexpected number of arguments ***
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt93 if (!isset($charset->number) ||
94 !is_int($charset->number) ||
95 ($charset->number !== (int)$id))
96 printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);

Completed in 32 milliseconds

12345678910>>...35