New posts in php-7

PHP 7 simpleXML

configure: error: Please reinstall the libzip distribution

Is there a way to extend a trait in PHP?

Type hinting in PHP 7 - array of objects

Type hinting for properties in PHP 7?

What is the purpose of the question marks before type declaration in PHP7 (?string or ?int)?

PHP 7 interfaces, return type hinting and self

Why I am suddenly getting a "Typed property must not be accessed before initialization" error when introducing properties type hints?

How can I enable the MySQLi extension in PHP 7?

What is the difference between fastcgi and fpm?

PHP 7: Missing VCRUNTIME140.dll

Nullable return types in PHP7

How to install redis extension for php 7

What is <=> (the 'Spaceship' Operator) in PHP 7? [duplicate]

How do I install the ext-curl extension with PHP 7?

PHP7 : install ext-dom issue

mcrypt is deprecated, what is the alternative?

PHP ternary operator vs null coalescing operator