Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_error.phpt2 Test imap_fetchbody() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetchbody() to test behaviour
22 //Test imap_fetchbody with one more than the expected number of arguments
33 // Testing imap_fetchbody with one less than the expected number of arguments
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
15 * Pass an incorrect number of arguments to imap_close() to test behaviour
25 //Test imap_close with one more than the expected number of arguments
/PHP-7.4/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-7.4/ext/dom/tests/
H A DDOMNode_normalize_basic.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-7.4/ext/session/tests/
H A Dbug78624.phpt2 Test session_set_save_handler() : session_gc() returns the number of deleted records.
20 echo "*** Test session_set_save_handler() : session_gc() returns the number of deleted records. ***…
56 *** Test session_set_save_handler() : session_gc() returns the number of deleted records. ***
/PHP-7.4/Zend/tests/
H A Dbug73337.phpt9 Notice: Object of class d could not be converted to number in %sbug73337.php on line 3
11 Notice: Object of class d could not be converted to number in %sbug73337.php on line 3
/PHP-7.4/ext/intl/tests/
H A Drbbiter_getRules_basic.phpt12 \$LN = [[:letter:] [:number:]];
30 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getRules_basic3.phpt12 \$LN = [[:letter:] [:number:]];
30 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___construct_basic.phpt13 \$LN = [[:letter:] [:number:]];
29 $obj = new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+', 'aoeu');
H A Drbbiter_getRules_basic2.phpt13 \$LN = [[:letter:] [:number:]];
31 string(137) "$LN = [[:letter:] [:number:]];
H A Dformatter_format2.phpt10 * Format a number using misc locales/patterns.
46 $number = 1234567.891234567890000;
59 …t($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format( $f…
H A Dformatter_format3.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.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_format5.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_format6.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 Dbreakiter___construct_error.phpt15 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+'));
30 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', array()));
35 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', true));
/PHP-7.4/ext/standard/tests/array/
H A Dmax_variation1.phpt18 echo "\n*** Testing large number of arguments ***\n";
33 *** Testing large number of arguments ***
H A Dmin_variation1.phpt18 echo "\n*** Testing large number of arguments ***\n";
33 *** Testing large number of arguments ***
H A Deach_error.phpt2 Test each() function : error conditions - pass incorrect number of args
12 * Pass an incorrect number of arguments to each() to test behaviour
21 //Test each with one more than the expected number of arguments
H A Darray_rand.phpt31 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
34 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
37 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
/PHP-7.4/ext/standard/tests/dir/
H A Dclosedir_error-win32-mb.phpt2 Test closedir() function : error conditions - Pass incorrect number of arguments
18 * Pass incorrect number of arguments to closedir() to test behaviour
24 //Test closedir with one more than the expected number of arguments
/PHP-7.4/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-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt64 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
74 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
76 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line 33
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in81 ; static - a fixed number (pm.max_children) of child processes;
116 ; The number of child processes created on startup.
121 ; The desired minimum number of idle server processes.
126 ; The desired maximum number of idle server processes.
131 ; The number of seconds after which an idle process will be killed.
147 ; start since - number of seconds since FPM has started;
148 ; accepted conn - the number of request accepted by the pool;
151 ; max listen queue - the maximum number of requests in the queue
154 ; idle processes - the number of idle processes;
155 ; active processes - the number of active processes;
[all …]

Completed in 55 milliseconds

12345678910>>...26