Arquivos
hhvm/hphp/test/slow/max_int/array_splice.php.expect
T
Sean Cannella 333f0a76f4 Fix a zend compat issue in array_slice
- Fix the behavior of array_slice when using PHP_INT_MAX
2013-06-12 11:34:37 -07:00

9 linhas
64 B
Plaintext

array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}