Top "Php-7.0" questions

The successor to PHP 5.6. Use this tag for version-specific issues relating specifically to PHP 7.0.x

Silence "Declaration ... should be compatible" warnings in PHP 7

After upgrade to PHP 7 the logs almost choked on this kind of errors: PHP Warning: Declaration of Example::do($a, $…

php php-7 php-7.2 php-7.1 php-7.0
Using Laravel on php 7.0

I have installed Laravel 5.5 and I'm getting the same error, documentation says this: PHP >= 7.0.0 OpenSSL PHP Extension PDO PHP …

laravel laravel-5.5 php-7.0
Ubuntu 14.04: Unable to locate package php7.0-zip

I am not being able to install package php7.0-zip. The error I get after doing sudo apt-get install php7.0…

php ubuntu ubuntu-14.04 laravel-5.4 php-7.0
TCPDF errors on PHP 7

I'm using TCPDF plugin to generate the PDF in PHP 7. The same code is working fine in the lower version …

codeigniter pdf tcpdf php-7.2 php-7.0
Mockery fails with 'Could not load mock ... class already exists' when running with --code-coverage

I am trying to mock a class for phpunit. Php unit fails with the error Could not load mock ... class …

php unit-testing phpunit code-coverage php-7.0
Undefined variable: title (View: C:\xampp\htdocs\myproject\resources\views\categories\index.blade.php)

I try to make a page index.blade, but i getting error Undefined variable: title (View: C:\xampp\htdocs\myproject\…

laravel model-view-controller laravel-5.4 php-7.0