Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-7.1/ext/standard/tests/strings/
H A Dstrlen_error.phpt11 echo "*** Testing strlen() : unexpected number of arguments ***";
23 *** Testing strlen() : unexpected number of arguments ***
H A Dstripcslashes_error.phpt12 echo "*** Testing stripcslashes() : unexpected number of arguments ***";
24 *** Testing stripcslashes() : unexpected number of arguments ***
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI298 Return the group number list of the name.
301 normal return: number of groups for the name.
309 4 num_list: return list of group number.
317 the greatest number in it is obtained.
319 normal return: group number.
340 func(name, name_end, <number of groups>, <group number's list>,
419 group: group number
487 Return number of characters in the string.
492 Return number of bytes in the string.
576 Return the maximum number of stack size.
[all …]
/PHP-7.1/ext/standard/tests/math/
H A Dhexdec_variation1.phpt2 Test hexdec() function : usage variations - different data types as $number arg
11 /* Prototype : number hexdec ( string $hex_string )
12 …* Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_str…
H A Dhexdec_variation1_64bit.phpt2 Test hexdec() function : usage variations - different data types as $number arg
11 /* Prototype : number hexdec ( string $hex_string )
12 …* Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_str…
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
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.
/PHP-7.1/ext/gmp/tests/
H A Dgmp_random_bits.phpt40 Warning: gmp_random_bits(): The number of bits must be positive in %s on line %d
43 Warning: gmp_random_bits(): The number of bits must be positive in %s on line %d
/PHP-7.1/ext/oci8/tests/
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
H A Dfetch_into.phpt14 "create table fetch_into_tab (id number, value number)",
/PHP-7.1/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt25 echo "\n-- Total number of transitions: " . count($tran). " --\n";
35 -- Total number of transitions: 18 --
/PHP-7.1/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 --
/PHP-7.1/ext/reflection/tests/
H A DReflectionProperty_isDefault_basic.phpt27 echo "Wrong number of params:\n";
61 Wrong number of params:
/PHP-7.1/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-7.1/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-7.1/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-7.1/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-7.1/ext/intl/formatter/
H A Dformatter_parse.c129 double number; in PHP_FUNCTION() local
165number = unum_parseDoubleCurrency(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, currency, &IN… in PHP_FUNCTION()
181 RETVAL_DOUBLE( number ); in PHP_FUNCTION()
/PHP-7.1/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

Completed in 48 milliseconds

12345678910>>...38