bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

Message: ctype_digit(): Argument of type null will be interpreted as string in the future Filename: libraries/Pagination.php Line Number: 526 #6143

Closed lisheng51 closed 1 year ago

lisheng51 commented 2 years ago

https://www.php.net/manual/en/function.ctype-digit.php

simple fix: ctype_digit((string)$this->cur_page)

tenzap commented 2 years ago

Duplicate of #6119 ?