Home
last modified time | relevance | path

Searched refs:max (Results 126 – 150 of 258) sorted by relevance

1234567891011

/php-src/ext/reflection/tests/
H A DReflectionFiber_bug_gh11121_1.phpt16 $f = new Fiber(function() { f(); max(...[1,2,3,4,5,6,7,8,9,10,11,12]); g(); });
/php-src/ext/standard/
H A Dvar_unserializer.re459 #define UNSERIALIZE_PASSTHRU rval, p, max, var_hash
483 if (!php_var_unserialize_internal(&key, p, max, NULL)) {
727 if (*p >= max || **p != '}') {
741 if (max - (*p) < 2) {
756 if (datalen < 0 || (max - (*p)) <= datalen) {
880 limit = max;
1025 maxlen = max - YYCURSOR;
1062 maxlen = max - YYCURSOR;
1144 maxlen = max - YYCURSOR;
1293 if (*p >= max - 2) {
[all …]
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_equal_steps.phpt13 function run_test(Randomizer $r, float $min, float $max, int $count) {
14 printf("[%.17g, %.17g]\n", $min, $max);
18 $float = $r->getFloat($min, $max, IntervalBoundary::ClosedClosed);
/php-src/ext/standard/tests/file/
H A Dbug37158.phpt2 Bug #37158 (if userspace stream is present, fread() reads in 8192 max, otherwise it works)
H A Dfscanf_variation15.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation21.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation28.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation3.phpt29 -0x80000001, // float value, beyond max negative int
30 0x800000001, // float value, beyond max positive int
31 020000000001, // float value, beyond max positive int
32 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation34.phpt29 -0x80000001, // float value, beyond max negative int
30 0x800000001, // float value, beyond max positive int
31 020000000001, // float value, beyond max positive int
32 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation40.phpt29 -0x80000001, // float value, beyond max negative int
30 0x800000001, // float value, beyond max positive int
31 020000000001, // float value, beyond max positive int
32 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation46.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
/php-src/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt13 "-2147483648" => -2147483648, // max negative integer value
14 "2147483647" => 2147483648, // max positive integer value
H A Dfloatval.phpt58 -2147483648, // max negative integer value
59 2147483648, // max positive integer value
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(void *state, zend_long min, zend_long max) in range() argument
63 }, min, max); in range()
/php-src/tests/lang/operators/
H A Doperator_gt_variation.phpt2 Test > operator : max int 32bit range
H A Doperator_lt_variation.phpt2 Test < operator : max int 32bit range
H A Doperator_gt_variation_64bit.phpt2 Test > operator : max int 64bit range
H A Doperator_lt_variation_64bit.phpt2 Test < operator : max int 64bit range
H A Doperator_gt_or_equal_variation_64bit.phpt2 Test >= operator : max int 64bit range
H A Doperator_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range
H A Doperator_lt_or_equal_variation_64bit.phpt2 Test <= operator : max int 64bit range
H A Doperator_equals_variation.phpt2 Test == operator : max int 32bit range
H A Doperator_equals_variation_64bit.phpt2 Test == operator : max int 64bit range
H A Doperator_gt_or_equal_variation.phpt2 Test >= operator : max int 32bit range
/php-src/Zend/
H A DZend.m4301 AC_ARG_ENABLE([zend-max-execution-timers],
302 [AS_HELP_STRING([--enable-zend-max-execution-timers],
303 [whether to enable zend max execution timers])],
315 AC_DEFINE(ZEND_MAX_EXECUTION_TIMERS, 1, [Use zend max execution timers])
319 AC_MSG_CHECKING(whether to enable zend max execution timers)

Completed in 45 milliseconds

1234567891011