PHP 8 - Arrays, Variables, Operators, Exception Handling and More |
Your post os about php 8. One good (or bad thing about being on Arch Linux is that, they do seem to insist on having everything the latest) so my php is 8.2.2
since the post is about php 8.0 i'm going to add an issue that has come up with 4.2.10 codeigniter and php : Code: PHP 8.2.2 (cli) (built: Feb 1 2023 08:33:04) (NTS) on my local dev , suddendly i got this Code: ErrorException i've made a quick fix using as a declaration before a class Code: #[\AllowDynamicProperties] and if necessary a declaration before class method Code: #[\ReturnTypeWillChange] its something to do with what will be coming with php 9 |
Messages In This Thread |
PHP 8 - Arrays, Variables, Operators, Exception Handling and More - by InsiteFX - 02-14-2023, 06:47 AM
RE: PHP 8 - Arrays, Variables, Operators, Exception Handling and More - by captain-sensible - 02-14-2023, 07:30 AM
|