Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 476 Bytes

PHPCompatibility.Syntax.RemovedNewReference.md

File metadata and controls

16 lines (9 loc) · 476 Bytes

Pattern: Assigning the return value of new by reference

Issue: -

Description

Detects the use of assigning the return value of new by reference.

This syntax has been deprecated since PHP 5.3 and removed in PHP 7.0.

PHP version 5.3 PHP version 7.0

Further Reading