CodeIgniter icon indicating copy to clipboard operation
CodeIgniter copied to clipboard

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

Open lisheng51 opened this issue 3 years ago • 1 comments

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

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

lisheng51 avatar Jun 23 '22 21:06 lisheng51

Duplicate of #6119 ?

tenzap avatar Jul 04 '22 10:07 tenzap