Home
last modified time | relevance | path

Searched refs:number (Results 76 – 100 of 468) sorted by relevance

12345678910>>...19

/php-src/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt14 * Calculate the number of title text nodes (1).
15 * Add another text node to title. Calculate the number of title text nodes (2).
16 * Normalize author. Calculate the number of title text nodes (2).
17 * Normalize title. Calculate the number of title text nodes (1).
/php-src/ext/intl/tests/
H A Drbbiter___construct_basic.phpt10 \$LN = [[:letter:] [:number:]];
26 $obj = new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+', 'aoeu');
H A Drbbiter_getRules_basic.phpt13 \$LN = [[:letter:] [:number:]];
30 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getRules_basic3.phpt13 \$LN = [[:letter:] [:number:]];
31 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
H A Drbbiter_getRules_basic2.phpt14 \$LN = [[:letter:] [:number:]];
31 string(137) "$LN = [[:letter:] [:number:]];
H A Dformatter_parse.phpt17 // Test parsing float number.
21 // Test parsing float number as integer.
H A Dformatter_format2.phpt11 * Format a number using misc locales/patterns.
47 $number = 1234567.891234567890000;
60 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format3.phpt12 * Format a number using misc locales/patterns.
48 $number = 1234567.891234567890000;
61 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format4.phpt12 * Format a number using misc locales/patterns.
48 $number = 1234567.891234567890000;
61 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format5.phpt12 * Format a number using misc locales/patterns.
48 $number = 1234567.891234567890000;
61 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format6.phpt12 * Format a number using misc locales/patterns.
48 $number = 1234567.891234567890000;
61 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format8.phpt11 * Format a number using misc locales/patterns.
47 $number = 1234567.891234567890000;
60 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format7.phpt12 * Format a number using misc locales/patterns.
48 $number = 1234567.891234567890000;
61 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dini_use_exceptions_basic.phpt19 …or_transliterate: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code uni…
21 …or_transliterate: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code uni…
/php-src/ext/random/tests/03_randomizer/methods/
H A DpickArrayKeys_error.phpt47 Random\Randomizer::pickArrayKeys(): Argument #2 ($num) must be between 1 and the number of elements…
48 Random\Randomizer::pickArrayKeys(): Argument #2 ($num) must be between 1 and the number of elements…
49 Random\Randomizer::pickArrayKeys(): Argument #2 ($num) must be between 1 and the number of elements…
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt39 $subject = 'number 1.';
57 string(9) "number 1."
58 string(11) "number one."
/php-src/ext/standard/tests/array/
H A Dmax_variation1.phpt17 echo "\n*** Testing large number of arguments ***\n";
32 *** Testing large number of arguments ***
H A Dmin_variation1.phpt17 echo "\n*** Testing large number of arguments ***\n";
32 *** Testing large number of arguments ***
/php-src/ext/date/tests/
H A Dgmdate_variation5.phpt11 echo "\n-- Testing gmdate() function with ISO-8601 week number of year format --\n";
19 -- Testing gmdate() function with ISO-8601 week number of year format --
H A Dgmstrftime_variation6.phpt16 'Minute as decimal number' => "%M",
18 'Second as decimal number' => "%S",
49 --Minute as decimal number--
65 --Second as decimal number--
H A Dstrftime_variation6.phpt17 'Minute as decimal number' => "%M",
19 'Second as decimal number' => "%S",
50 --Minute as decimal number--
66 --Second as decimal number--
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt16 * Calculate the number of title text nodes (1).
17 * Add another text node to title. Calculate the number of title text nodes (2).
18 * Normalize author. Calculate the number of title text nodes (2).
19 * Normalize title. Calculate the number of title text nodes (1).
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) in PRIV()
90 if (number < 0) return (PCRE2_UCHAR *)code; in PRIV()
100 if (n == number) return (PCRE2_UCHAR *)code; in PRIV()
/php-src/sapi/fpm/tests/
H A Dstatus.inc236 "# HELP phpfpm_start_since The number of seconds since FPM has started\.\n" .
239 "# HELP phpfpm_accepted_connections The number of requests accepted by the pool\.\n" .
242 … "# HELP phpfpm_listen_queue The number of requests in the queue of pending connections\.\n" .
245 …"# HELP phpfpm_max_listen_queue The maximum number of requests in the queue of pending connections…
251 "# HELP phpfpm_idle_processes The number of idle processes\.\n" .
254 "# HELP phpfpm_active_processes The number of active processes\.\n" .
257 "# HELP phpfpm_total_processes The number of idle \+ active processes\.\n" .
260 …"# HELP phpfpm_max_active_processes The maximum number of active processes since FPM has started\.…
263 …"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when …
266 …"# HELP phpfpm_slow_requests The number of requests that exceeded your 'request_slowlog_timeout' v…
/php-src/ext/standard/tests/strings/
H A Dbug69751.phpt26 Argument number specifier must be greater than zero and less than %d
28 Argument number specifier must be greater than zero and less than %d

Completed in 52 milliseconds

12345678910>>...19