Did you mean to reference a page on ww.wp.xz.cn?
https://develop.svn.ww.wp.xz.cn/trunk/src/wp-includes/class-wp-query.php
line 2400
On 32-bit hardware:
$ php -r 'echo PHP_INT_MAX;'
2147483647
On 64-bit hardware:
$ php -r 'echo PHP_INT_MAX;'
9223372036854775807
-
This reply was modified 8 years, 9 months ago by
player0k.
This is a known issue in WordPress core: #28081.
It was supposed to be fixed in #11694, but the fix was incomplete: the sanity check was added for posts that use the <!--nextpage--> tag, but those that don’t use it are still affected.