Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/standard/tests/array/
H A Darray_rand.phpt43 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
44 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
45 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
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-8.1/ext/gd/libgd/
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
34 number = image.ncolors; in gdImageCreateFromXpm()
35 for(i = 0; i < number; i++) { in gdImageCreateFromXpm()
45 colors = (int *) safe_emalloc(number, sizeof(int), 0); in gdImageCreateFromXpm()
46 for (i = 0; i < number; i++) { in gdImageCreateFromXpm()
/PHP-8.1/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-8.1/ext/session/tests/
H A Dbug78624.phpt2 Test session_set_save_handler() : session_gc() returns the number of deleted records.
16 echo "*** Test session_set_save_handler() : session_gc() returns the number of deleted records. ***…
53 *** Test session_set_save_handler() : session_gc() returns the number of deleted records. ***
/PHP-8.1/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 Dformatter_parse.phpt17 // Test parsing float number.
21 // Test parsing float number as integer.
H A Drbbiter_getRules_basic2.phpt14 \$LN = [[:letter:] [:number:]];
31 string(137) "$LN = [[:letter:] [:number:]];
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_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_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…
/PHP-8.1/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-8.1/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-8.1/sapi/fpm/tests/
H A Dstatus.inc212 "# HELP phpfpm_start_since The number of seconds since FPM has started\.\n" .
215 "# HELP phpfpm_accepted_connections The number of requests accepted by the pool\.\n" .
218 … "# HELP phpfpm_listen_queue The number of requests in the queue of pending connections\.\n" .
221 …"# HELP phpfpm_max_listen_queue The maximum number of requests in the queue of pending connections…
227 "# HELP phpfpm_idle_processes The number of idle processes\.\n" .
230 "# HELP phpfpm_active_processes The number of active processes\.\n" .
233 "# HELP phpfpm_total_processes The number of idle \+ active processes\.\n" .
236 …"# HELP phpfpm_max_active_processes The maximum number of active processes since FPM has started\.…
239 …"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when …
242 …"# HELP phpfpm_slow_requests The number of requests that exceeded your 'request_slowlog_timeout' v…
/PHP-8.1/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-8.1/ext/oci8/tests/
H A Dbug26133.phpt14 "create table bug26133_tab (id number, value number)",
H A Dbind_misccoltypes_errs.phpt16 id number,
20 number_t number,
21 number_t92 number(9,2),
22 number_t6 number(6),
82 echo "\nTest 5 - invalid number\n";
146 Test 5 - invalid number
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in87 ; static - a fixed number (pm.max_children) of child processes;
124 ; The number of child processes created on startup.
129 ; The desired minimum number of idle server processes.
134 ; The desired maximum number of idle server processes.
139 ; The number of rate to spawn child processes at once.
145 ; The number of seconds after which an idle process will be killed.
161 ; start since - number of seconds since FPM has started;
162 ; accepted conn - the number of request accepted by the pool;
168 ; idle processes - the number of idle processes;
169 ; active processes - the number of active processes;
[all …]

Completed in 65 milliseconds

12345678910>>...21