Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-8

PHP 8 in Visual Studio Code

Wrong PHP Version/Executable in VSCode terminal but works perfectly in Mac terminal

Declaration of OM\Db::query(string $statement) must be compatible with PDO::query

php php-8

Phpmyadmin 5.1.0.RC1 & 5.0.4 error (Warning in ./libraries/classes/Config.php#1285 mkdir(): Permission denied)

What is PHP8 JIT compiler

php php-8

what happened in PHP8.0.0 to break usort(...(int)(strlen($a)<strlen($b)));?

php usort php-8

Laravel Passport gets 'It was not possible to parse your key, reason: ""' error after upgrade to PHP8.0

php laravel-passport php-8

How to install PHP 8 on XAMPP

php apache xampp php-8

How to detect if PHP JIT is enabled

php jit php-8

How can i use php8 attributes instead of annotations in doctrine?

Does PHP have "named parameters" so that early arguments can be omitted and later arguments can be written? [duplicate]

Is there a "nullsafe operator" in PHP?

Required parameter $xxx follows optional parameter $yyy

PHP 8, function alias compatibility `getdir()`

Does PHP allow named parameters so that optional arguments can be omitted from function calls?

Is it possible to use named function parameters in PHP? [duplicate]

php named-parameters php-8

Is there a way to catch an Exception without having to create a variable?

Is it possible to type hint more than one type?

php type-hinting php-8