Home
last modified time | relevance | path

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

1234567891011

/PHP-8.3/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.3/ext/standard/tests/file/
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_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_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_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.3/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.3/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
H A Doperator_notequals_variation.phpt2 Test != operator : max int 32bit range
/PHP-8.3/ext/oci8/tests/
H A Dbind_sqltafc.phpt42 $c3 = "AAAAAAAAAA"; // max length allowed in column
43 $c4 = "BBBBBBBBBB"; // max length allowed in column
/PHP-8.3/Zend/
H A DZend.m4305 AC_ARG_ENABLE([zend-max-execution-timers],
306 [AS_HELP_STRING([--enable-zend-max-execution-timers],
307 [whether to enable zend max execution timers])],
319 AC_DEFINE(ZEND_MAX_EXECUTION_TIMERS, 1, [Use zend max execution timers])
323 AC_MSG_CHECKING(whether to enable zend max execution timers)

Completed in 43 milliseconds

1234567891011