Home
last modified time | relevance | path

Searched refs:max (Results 51 – 75 of 216) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/array/
H A Darray_reduce_variation2.phpt18 var_dump(array_reduce("bogusarray", "max"));
20 var_dump(array_reduce(new stdClass(), "max"));
H A Dbug65304.phpt2 Bug #65304 (Use of max int in array_sum)
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c38 static int fpm_event_select_init(int max);
75 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init() argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c2158 *max = distance_add(*max, tmax); in get_max_match_length()
2165 if (r == 0 && *max < tmax) *max = tmax; in get_max_match_length()
2200 if (*max < tmax) *max = tmax; in get_max_match_length()
2222 *max = distance_multiply(*max, qn->upper); in get_max_match_length()
4059 mml->max = max; in set_mml()
4072 to->max = from->max; in copy_mml()
4079 to->max = distance_add(to->max, from->max); in add_mml()
4087 to->max = distance_add(to->max, len);
4095 if (to->max < from->max) to->max = from->max; in alt_merge_mml()
4475 to->len.max, add->len.max); in concat_left_node_opt_info()
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dbug67238.phpt2 Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69752.phpt29 $max = 1000;
32 for($i = 0; $i < $max; $i++) {
/PHP-5.5/ext/date/tests/
H A Dcheckdate_basic1.phpt24 var_dump( checkdate(7, 2, 32767) ); // max year
31 var_dump( checkdate(7, 2, 32768) ); // >max year
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation16.phpt16 -0x80000001, // float value, beyond max negative int
17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
19 -020000000001, // float value, beyond max negative int
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt25 '-2147483648', // max negative integer value
27 2147483647, // max positive integer value
33 -0x80000000, // max negative integer as hexadecimal
34 '0x7fffffff', // max postive integer as hexadecimal
35 0x7FFFFFFF, // max postive integer as hexadecimal
38 -020000000000, // max negative integer as octal
39 017777777777, // max positive integer as octal
84 -0x80000001, // float value, beyond max negative int
85 0x800000001, // float value, beyond max positive int
86 020000000001, // float value, beyond max positive int
[all …]
/PHP-5.5/ext/pdo_mysql/
H A Dget_error_codes.php10 $maxlen = max($maxlen, strlen($matches[1]));
/PHP-5.5/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
H A Dfscanf_variation27.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation18.phpt29 -2147483648, // max negative integer value
31 2147483647, // max positive integer value
37 -0x80000000, // max negative integer as hexadecimal
38 0x7fffffff, // max postive integer as hexadecimal
39 0x7FFFFFFF, // max postive integer as hexadecimal
42 -020000000000, // max negative integer as octal
43 017777777777 // max positive integer as octal
H A Dfscanf_variation2.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation20.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation33.phpt34 -2147483648, // max negative integer value
36 2147483647, // max positive integer value
42 -0x80000000, // max negative integer as hexadecimal
43 0x7fffffff, // max postive integer as hexadecimal
44 0x7FFFFFFF, // max postive integer as hexadecimal
47 -020000000000, // max negative integer as octal
48 017777777777 // max positive integer as octal
H A Dfscanf_variation39.phpt34 -2147483648, // max negative integer value
36 2147483647, // max positive integer value
42 -0x80000000, // max negative integer as hexadecimal
43 0x7fffffff, // max postive integer as hexadecimal
44 0x7FFFFFFF, // max postive integer as hexadecimal
47 -020000000000, // max negative integer as octal
48 017777777777 // max positive integer as octal
H A Dfscanf_variation45.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation9.phpt35 -2147483648, // max negative integer value
37 2147483647, // max positive integer value
43 -0x80000000, // max negative integer as hexadecimal
44 0x7fffffff, // max postive integer as hexadecimal
45 0x7FFFFFFF, // max postive integer as hexadecimal
48 -020000000000, // max negative integer as octal
49 017777777777 // max positive integer as octal
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c302 unsigned int min, max, j; in _zip_checkcons() local
306 max = cd->entry[0].offset; in _zip_checkcons()
310 min = max = 0; in _zip_checkcons()
322 if (j > max) in _zip_checkcons()
323 max = j; in _zip_checkcons()
324 if (max > cd->offset) { in _zip_checkcons()
345 return max - min; in _zip_checkcons()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.c311 int max; in fpm_event_init_main() local
324 max = 1; /* only one FD is necessary at startup for the master process signal pipe */ in fpm_event_init_main()
328 max += (wp->config->pm_max_children * 2); in fpm_event_init_main()
332 if (module->init(max) < 0) { in fpm_event_init_main()
337 zlog(ZLOG_DEBUG, "event module is %s and %d fds have been reserved", module->name, max); in fpm_event_init_main()
/PHP-5.5/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-5.5/ext/gd/tests/
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt19 $more = $this->num < $this->obj->max;
46 public $max = 3;
/PHP-5.5/Zend/tests/
H A Dbug30394.phpt26 $c->a += max( 0, 1 );

Completed in 80 milliseconds

123456789