Home
last modified time | relevance | path

Searched refs:number (Results 226 – 250 of 894) sorted by relevance

12345678910>>...36

/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_error.phpt13 echo "-- Testing fputcsv() with more than expected number of arguments --\n";
32 -- Testing fputcsv() with more than expected number of arguments --
/PHP-5.5/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.5/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.5/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.5/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.5/ext/standard/tests/math/
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 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 Ddecbin_error.phpt12 * Description: Returns exp(number) - 1, computed in a way that is accurate even
13 * when the value of number is close to zero.
/PHP-5.5/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);
/PHP-5.5/ext/standard/tests/file/
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.5/ext/standard/tests/assert/
H A Dassert_error1.phpt21 //Wrong number of parameters for assert_options()
29 //Wrong number of parameters for assert()
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_methods_error_001.phpt12 * Test wrong number of arguments.
21 //Test get_class_methods with one more than the expected number of arguments
H A Dget_object_vars_error_001.phpt2 Test get_object_vars() function : error conditions - wrong number of args
17 //Test get_object_vars with one more than the expected number of arguments
H A Dis_subclass_of_error_001.phpt2 Test is_subclass_of() function : wrong number of args
14 //Test is_subclass_of with one more than the expected number of arguments
31 // Testing is_subclass_of with one less than the expected number of arguments
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type_error.phpt2 Test image_type_to_mime_type() function : error conditions - Pass incorrect number of arguments
18 //Test image_type_to_mime_type with one more than the expected number of arguments
H A Dgetimagesize_error1.phpt2 Test getimagesize() function : error conditions - wrong number of args
17 //Test getimagesize with one more than the expected number of arguments
/PHP-5.5/ext/date/tests/
H A Dtimezone_transitions_get_basic1.phpt25 echo "\n-- Total number of transitions: " . count($tran). " --\n";
38 -- Total number of transitions: 18 --
H A Dbug29595.phpt2 Bug #29595 (Roman number format for months)
/PHP-5.5/ext/oci8/tests/
H A Dcursor_bind_err.phpt17 "create table cursor_bind_err_tab (id number, value number)",
H A Dfetch_into.phpt14 "create table fetch_into_tab (id number, value number)",
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt31 ["key number 6"]=>
46 ["key number 6"]=>
/PHP-5.5/ext/standard/tests/url/
H A Drawurldecode_error_001.phpt2 Test rawurldecode() function : error conditions - wrong number of args
19 //Test rawurldecode with one more than the expected number of arguments

Completed in 32 milliseconds

12345678910>>...36