Home
last modified time | relevance | path

Searched refs:number (Results 51 – 75 of 636) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/dba/tests/
H A Ddba_qdbm.phpt26 "key number 6" written
27 Failed to write "key number 6" 2nd time
31 ["key number 6"]=>
H A Ddba_handler.inc49 if (dba_insert("key number 6", "The 6th value", $db_writer)) {
50 echo '"key number 6" written' . "\n";
52 echo 'Failed to write "key number 6"' . "\n";
54 if (dba_insert("key number 6", "The 6th value inserted again would be an error", $db_writer)) {
55 echo '"key number 6" written 2nd time' . "\n";
57 echo 'Failed to write "key number 6" 2nd time' . "\n";
62 echo dba_fetch("key number 6", $db_writer)."\n";
H A Ddba_gdbm.phpt24 "key number 6" written
25 Failed to write "key number 6" 2nd time
29 ["key number 6"]=>
/PHP-7.4/ext/intl/tests/
H A Dformatter_format_currency2.phpt9 * Format a number using misc currencies/locales.
28 $number = 1234567.89;
33 …$res_str .= "$locale: " . var_export( ut_nfmt_format_currency( $fmt, $number, $currency ), true ) …
H A Drbbiter_getBinaryRules_basic.phpt12 \$LN = [[:letter:] [:number:]];
36 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
37 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getBinaryRules_basic3.phpt12 \$LN = [[:letter:] [:number:]];
36 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
37 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
H A Dformatter_format_conv.phpt11 $number = 1234567.891234567890000;
13 $str_res = ut_nfmt_format ($fmt, $number, NumberFormatter::TYPE_INT32)."\n";
H A Drbbiter_getBinaryRules_basic2.phpt13 \$LN = [[:letter:] [:number:]];
37 string(137) "$LN = [[:letter:] [:number:]];
47 string(137) "$LN = [[:letter:] [:number:]];
H A Dmsgfmt_setPattern_cache.phpt13 "{0,number} -- {1,ordinal}");
17 $mf->setPattern("{0,ordinal} -- {1,number}");
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation5.phpt21 'Year as decimal number without a century' => "%y",
22 'Year as decimal number including the century' => "%Y",
40 --Year as decimal number without a century--
44 --Year as decimal number including the century--
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
21 'Year as decimal number including the century' => "%Y",
39 --Year as decimal number without a century--
43 --Year as decimal number including the century--
H A Dgmstrftime_variation6.phpt22 'Minute as decimal number' => "%M",
24 'Second as decimal number' => "%S",
48 --Minute as decimal number--
56 --Second as decimal number--
H A Didate_variation4.phpt21 'Month number' => 'm',
24 'ISO-8601 week number' => 'W',
46 --Month number--
55 --ISO-8601 week number--
H A Dstrftime_variation6.phpt23 'Minute as decimal number' => "%M",
25 'Second as decimal number' => "%S",
49 --Minute as decimal number--
57 --Second as decimal number--
/PHP-7.4/ext/standard/tests/array/
H A Darray_rand_variation5.phpt40 echo"\n-- With num_req more than number of members in 'input' array --\n";
57 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
62 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
67 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
70 -- With num_req more than number of members in 'input' array --
72 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
/PHP-7.4/ext/standard/tests/network/
H A Dgetprotobynumber_error.phpt7 // empty protocol number
10 // invalid protocol number
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_error.phpt2 Test imap_fetchheader() function : error conditions - incorrect number of args
15 * Pass an incorrect number of arguments to imap_fetchheader() to test behaviour
21 //Test imap_fetchheader with one more than the expected number of arguments
30 // Testing imap_fetchheader with one less than the expected number of arguments
H A Dimap_fetch_overview_error.phpt2 Test imap_fetch_overview() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetch_overview() to test behaviour
23 //Test imap_fetch_overview with one more than the expected number of arguments
31 // Testing imap_fetch_overview with one less than the expected number of arguments
/PHP-7.4/ext/session/tests/
H A Dbug74833.phpt2 Bug #74833 Session module number is uninitialized when SID is reset
13 /* Ensure the SID constant has correct module number. */
/PHP-7.4/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
13 Warning: bcsqrt(): Square root of negative number in %s.php on line %d
/PHP-7.4/Zend/tests/
H A Dget_defined_vars.phpt11 $number = 22.33; //number
19 var $number = 233;
38 var_dump( $arr["number"] );
100 ["number"]=>
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getDeclaringClass_variation1.phpt16 echo "Wrong number of params:\n";
25 Wrong number of params:
/PHP-7.4/ext/standard/tests/file/
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
16 string(%d) "this element contains the delimiter, and ends with an odd number of
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
35 -- With less than expected number of arguments --
39 -- With more than expected number of arguments --
H A Dstrncasecmp_error.phpt19 echo "\n-- Testing strncasecmp() function with less than expected number of arguments --";
23 echo "\n-- Testing strncasecmp() function with more than expected number of arguments --";
38 -- Testing strncasecmp() function with less than expected number of arguments --
45 -- Testing strncasecmp() function with more than expected number of arguments --

Completed in 26 milliseconds

12345678910>>...26