All Categories
Category

PHP Troubleshooting

[FIX] Installing PEAR packages with PHP 7.2

This article will cover the solution to the PEAR "Cannot use result of built-in function in write context" issue. The Issue If installing a pear package (for instance PHP Code Sniffer), when running: pear install PHP_CodeSniffer This error is shown PHP Fatal error: Cannot use result of built-in function in write context in .

Read more →