spitfire64

Results 3 comments of spitfire64

And if you extend a Model (like User_Model) from another model, like MY_Model, you just write something like: ``` /** * Class User * @property User_model $user_model * @property MY_Model...

In my project that I updated to PHP8.1, I had to check isset($var) before running various native PHP methods like htmlspecialchars($var). You could try it with trim($var): `if (isset($var)){trim($var)}` [https://php.watch/versions/8.1/internal-func-non-nullable-null-deprecation](url)

I can open tinker from Herd but not from CLI. my php.ini has `variables_order = "GPCS"`. I 'm on PHP 8.3