Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-7

Problems to install php intl with Xampp (MacOs)

php macos xampp php-7 intl

What's a good example for making use of an anonymous class in PHP7

php php-7 anonymous-class

PHP7 cli vs php-fpm

php php-7

phpunit tests run using PHP7.2 and 7.1 are 3x slower than when run using PHP7.0

PHP Artisan Tinker not working with Laravel 5.4 and PHP 7.0.1

php laravel-5.4 php-7 tinker

Swiftmailer - Uncaught Error: Call to undefined method Swift_SmtpTransport::newInstance()

php php-7 swiftmailer

Property exists but property_exists() return false;

Imagick don't open pdf files with "Failed to read the file" exception

Symfony: Form issue using Return type hinting in Doctrine Entity methods

"Empty delimiter" Warning when using PHP explode() function

php split explode php-7

PHP7 language support for PhpStorm

php plugins phpstorm php-7

Anonymous class construction

Argument X passed to Y must be an instance of boolean, boolean given - PHP7

php types php-7 type-hinting

Laravel Homestead php-7 "php5-fpm: unrecognized service" on vagrant up

php laravel homestead php-7

Why is $_SESSION passed by reference in PHP 7?

php session php-7

Unable to load dynamic php_mbstring.dll library

php-7 ubuntu-16.04

Does PHP7's PDO ext read the entire result set into memory?

php mysql pdo yii2 php-7

The different behavior of the function uasort in PHP 5.5 and PHP 7.0

php magento php-5.5 php-7

Symfony3 Form component trying to pass null to a type hinted method in PHP 7

What type hint to use if return value is mixed?

php return php-7 type-hinting