Home
last modified time | relevance | path

Searched refs:max (Results 101 – 125 of 245) sorted by relevance

12345678910

/PHP-7.4/ext/odbc/tests/
H A Dbug69975.phpt2 Bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation9.phpt17 -0x80000001, // float value, beyond max negative int
18 0x800000001, // float value, beyond max positive int
19 020000000001, // float value, beyond max positive int
20 -020000000001, // float value, beyond max negative int
H A Dstr_split_variation7_64bit.phpt34 2147483647, //max positive integer number
35 2147483648, //max positive integer+1
H A Dsprintf_variation4.phpt22 0x800000001, // float value, beyond max positive int
23 020000000001, // float value, beyond max positive int
H A Dsprintf_variation4_64bit.phpt18 0x800000001, // float value, beyond max positive int
19 020000000001, // float value, beyond max positive int
H A Dstr_split_variation6.phpt32 2147483647, //max positive integer number
33 2147483648, //max positive integer+1
H A Dstr_split_variation6_64bit.phpt32 2147483647, //max positive integer number
33 2147483648, //max positive integer+1
H A Dstr_split_variation7.phpt34 2147483647, //max positive integer number
35 2147483648, //max positive integer+1
/PHP-7.4/ext/oci8/tests/
H A Dcoll_007.phpt17 var_dump($coll1->max());
H A Dcoll_003.phpt17 var_dump($coll1->max());
H A Dbind_sqltafc.phpt38 $c3 = "AAAAAAAAAA"; // max length allowed in column
39 $c4 = "BBBBBBBBBB"; // max length allowed in column
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc29 'max listen queue' => '\d+',
34 'max active processes' => '\d+',
35 'max children reached' => '\d+',
/PHP-7.4/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
/PHP-7.4/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt19 "-2147483648" => -2147483648, // max negative integer value
20 "2147483647" => 2147483648, // max positive integer value
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re453 #define UNSERIALIZE_PASSTHRU rval, p, max, var_hash
478 if (!php_var_unserialize_internal(&key, p, max, NULL, 1)) {
596 if (!php_var_unserialize_internal(data, p, max, var_hash, 0)) {
638 if (*p >= max || **p != '}') {
654 if (datalen < 0 || (max - (*p)) <= datalen) {
777 limit = max;
922 maxlen = max - YYCURSOR;
962 maxlen = max - YYCURSOR;
1044 maxlen = max - YYCURSOR;
1161 if (*p >= max - 2) {
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation34.phpt34 -0x80000001, // float value, beyond max negative int
35 0x800000001, // float value, beyond max positive int
36 020000000001, // float value, beyond max positive int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation40.phpt34 -0x80000001, // float value, beyond max negative int
35 0x800000001, // float value, beyond max positive int
36 020000000001, // float value, beyond max positive int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation46.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation15.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation21.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation28.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation3.phpt34 -0x80000001, // float value, beyond max negative int
35 0x800000001, // float value, beyond max positive int
36 020000000001, // float value, beyond max positive int
37 -020000000001, // float value, beyond max negative int

Completed in 29 milliseconds

12345678910