Notice: Use of undefined constant PHP_INT_MIN - assumed 'PHP_INT_MIN' in /in/7SBeg on line 3
array(3) {
["PHP_INT_MIN"]=>
string(3) "MIN"
["9223372036854775808"]=>
string(1) "Y"
[9223372036854775807]=>
string(3) "MAX"
}
Output for 5.2.10 - 5.2.14, 5.3.0 - 5.3.3
Notice: Use of undefined constant PHP_INT_MIN - assumed 'PHP_INT_MIN' in /in/7SBeg on line 3
array(3) {
[-9223372036854775808]=>
string(1) "Y"
["PHP_INT_MIN"]=>
string(3) "MIN"
[9223372036854775807]=>
string(3) "MAX"
}
Output for 4.3.0 - 4.3.11, 5.0.0 - 5.0.4
Notice: Use of undefined constant PHP_INT_MAX - assumed 'PHP_INT_MAX' in /in/7SBeg on line 3
Notice: Use of undefined constant PHP_INT_MIN - assumed 'PHP_INT_MIN' in /in/7SBeg on line 3
array(3) {
["PHP_INT_MAX"]=>
string(3) "MAX"
["PHP_INT_MIN"]=>
string(3) "MIN"
["9223372036854775808"]=>
string(1) "Y"
}