Home
last modified time | relevance | path

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

1234567891011

/PHP-8.2/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_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_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_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-8.2/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-8.2/ext/random/
H A Dengine_pcgoneseq128xslrr64.c63 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range() argument
65 return php_random_range(&php_random_algo_pcgoneseq128xslrr64, status, min, max); in range()
/PHP-8.2/ext/standard/
H A Dvar_unserializer.re464 #define UNSERIALIZE_PASSTHRU rval, p, max, var_hash
488 if (!php_var_unserialize_internal(&key, p, max, NULL)) {
732 if (*p >= max || **p != '}') {
746 if (max - (*p) < 2) {
761 if (datalen < 0 || (max - (*p)) <= datalen) {
885 limit = max;
1030 maxlen = max - YYCURSOR;
1067 maxlen = max - YYCURSOR;
1149 maxlen = max - YYCURSOR;
1298 if (*p >= max - 2) {
[all …]
/PHP-8.2/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_equals_variation.phpt2 Test == operator : max int 32bit 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_64bit.phpt2 Test == operator : max int 64bit range
H A Doperator_gt_or_equal_variation.phpt2 Test >= operator : max int 32bit range
H A Doperator_identical_variation.phpt2 Test === operator : max int 32bit range
H A Doperator_identical_variation_64bit.phpt2 Test === operator : max int 64bit range
/PHP-8.2/Zend/
H A DZend.m4303 AC_ARG_ENABLE([zend-max-execution-timers],
304 [AS_HELP_STRING([--enable-zend-max-execution-timers],
305 [whether to enable zend max execution timers])],
317 AC_DEFINE(ZEND_MAX_EXECUTION_TIMERS, 1, [Use zend max execution timers])
321 AC_MSG_CHECKING(whether to enable zend max execution timers)

Completed in 90 milliseconds

1234567891011