Home
last modified time | relevance | path

Searched refs:max (Results 26 – 50 of 244) sorted by relevance

12345678910

/PHP-7.1/ext/standard/tests/file/
H A Dfread_variation2.phpt118 -- Reading file content less than max. file size, expeceted : 0 bytes --
133 -- Reading file content less than max. file size, expeceted : 0 bytes --
148 -- Reading file content less than max. file size, expeceted : 0 bytes --
163 -- Reading file content less than max. file size, expeceted : 0 bytes --
178 -- Reading file content less than max. file size, expeceted : 0 bytes --
193 -- Reading file content less than max. file size, expeceted : 0 bytes --
208 -- Reading file content less than max. file size, expeceted : 0 bytes --
223 -- Reading file content less than max. file size, expeceted : 0 bytes --
238 -- Reading file content less than max. file size, expeceted : 0 bytes --
255 -- Reading file content less than max. file size, expeceted : 0 bytes --
[all …]
H A Dfread_variation1.phpt119 -- Reading file content less than max. file size, expeceted : 1000 bytes --
134 -- Reading file content less than max. file size, expeceted : 1000 bytes --
149 -- Reading file content less than max. file size, expeceted : 1000 bytes --
164 -- Reading file content less than max. file size, expeceted : 1000 bytes --
179 -- Reading file content less than max. file size, expeceted : 1000 bytes --
194 -- Reading file content less than max. file size, expeceted : 1000 bytes --
209 -- Reading file content less than max. file size, expeceted : 1000 bytes --
224 -- Reading file content less than max. file size, expeceted : 1000 bytes --
239 -- Reading file content less than max. file size, expeceted : 1000 bytes --
256 -- Reading file content less than max. file size, expeceted : 1000 bytes --
[all …]
/PHP-7.1/Zend/
H A Dzend_stack.c31 stack->max = 0; in zend_stack_init()
39 if (stack->top >= stack->max) { in zend_stack_push()
40 stack->max += STACK_BLOCK_SIZE; in zend_stack_push()
41 stack->elements = safe_erealloc(stack->elements, stack->size, stack->max, 0); in zend_stack_push()
164 stack->top = stack->max = 0; in zend_stack_clean()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c55 #undef max
647 int max; in match()
2754 if (max == 0) max = INT_MAX; in match()
2762 if (max == 0) max = INT_MAX; in match()
2898 if (max == 0) max = INT_MAX; in match()
2908 if (max == 0) max = INT_MAX; in match()
3125 if (max == 0) max = INT_MAX; in match()
3135 if (max == 0) max = INT_MAX; in match()
3380 if (max == 0) max = INT_MAX; in match()
3774 if (max == 0) max = INT_MAX; in match()
[all …]
/PHP-7.1/sapi/fpm/tests/
H A Dstatus-basic.phpt24 'max listen queue' => 0,
28 'max active processes' => 1,
29 'max children reached' => 0,
/PHP-7.1/ext/standard/
H A Dphp_mt_rand.h38 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max);
39 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max);
H A Dphp_var.h45 PHPAPI int php_var_unserialize(zval *rval, const unsigned char **p, const unsigned char *max, php_u…
46 PHPAPI int php_var_unserialize_ref(zval *rval, const unsigned char **p, const unsigned char *max, p…
47 PHPAPI int php_var_unserialize_intern(zval *rval, const unsigned char **p, const unsigned char *max
/PHP-7.1/ext/filter/tests/
H A Dfilter_ipv4_rfc6890.phpt21 list($min, $max) = $range;
24 var_dump(filter_var($max, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 | FILTER_FLAG_NO_PRIV_RANGE));
75 list($min, $max) = $range;
78 var_dump(filter_var($max, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 | FILTER_FLAG_NO_RES_RANGE));
/PHP-7.1/ext/standard/tests/array/
H A Darray_push_error2.phpt2 Test array_push() function : error conditions - max int value as key
17 $array = array(PHP_INT_MAX => 'max');
31 string(3) "max"
H A Drange_variation1.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Drange_variation1_64bit.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug46587.phpt2 Bug #46587 (mt_rand() does not check that max is greater than min).
14 Warning: mt_rand(): max(3) is smaller than min(8) in %s on line %d
H A Dvar_export_basic3.phpt18 "-0x80000001" => (float)-0x80000001, // float value, beyond max negative int
19 "0x800000001" => (float)0x800000001, // float value, beyond max positive int
20 "020000000001" => (float)020000000001, // float value, beyond max positive int
21 "-020000000001" => (float)-020000000001, // float value, beyond max negative int
/PHP-7.1/tests/classes/
H A Diterators_004.phpt22 public $max = 3;
35 return $this->num < $this->max;
59 object:max=>3
/PHP-7.1/ext/standard/tests/math/
H A Dallowed_rounding_error.inc9 $max = $expected + $small_number;
11 if ($number < $max && $number > $min ) {
/PHP-7.1/ext/standard/tests/strings/
H A Dsprintf_variation10.phpt17 -2147483648, // max negative integer value
19 2147483647, // max positive integer value
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
H A Dsprintf_variation3.phpt17 -2147483648, // max negative integer value
19 2147483647, // max positive integer value
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
H A Dsprintf_variation28.phpt23 -2147483648, // max negative integer value
25 2147483647, // max positive integer value
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max positive integer as hexadecimal
33 0x7FFFFFFF, // max positive integer as hexadecimal
36 -020000000000, // max negative integer as octal
37 017777777777 // max positive integer as octal
H A Dsprintf_variation28_64bit.phpt19 -2147483648, // max negative integer value
21 2147483647, // max positive integer value
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max positive integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
32 -020000000000, // max negative integer as octal
33 017777777777 // max positive integer as octal
H A Dsprintf_variation40.phpt23 -2147483648, // max negative integer value
25 2147483647, // max positive integer value
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max positive integer as hexadecimal
33 0x7FFFFFFF, // max positive integer as hexadecimal
36 -020000000000, // max negative integer as octal
37 017777777777 // max positive integer as octal
H A Dsprintf_variation40_64bit.phpt19 -2147483648, // max negative integer value
21 2147483647, // max positive integer value
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max positive integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
32 -020000000000, // max negative integer as octal
33 017777777777 // max positive integer as octal
H A Dsprintf_variation19.phpt17 -2147483648, // max negative integer value
19 2147483647, // max positive integer value
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
H A Dsprintf_variation21.phpt17 -2147483648, // max negative integer value
19 2147483647, // max positive integer value
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
/PHP-7.1/ext/oci8/tests/
H A Darray_bind_013.phpt29 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
32 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
35 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_children.c365 int max; in fpm_children_make() local
370 max = wp->config->pm_start_servers; in fpm_children_make()
372 max = wp->running_children + nb_to_spawn; in fpm_children_make()
376 max = 0; /* do not create any child at startup */ in fpm_children_make()
378 max = wp->running_children + nb_to_spawn; in fpm_children_make()
381 max = wp->config->pm_max_children; in fpm_children_make()
391 …while (fpm_pctl_can_spawn_children() && wp->running_children < max && (fpm_global_config.process_m… in fpm_children_make()
427 if (wp->running_children < max) { in fpm_children_make()

Completed in 81 milliseconds

12345678910