Skip to content

[PHP 7.3] compact warning upgrade #1442

@TomasVotruba

Description

@TomasVotruba

https://www.php.net/manual/en/function.compact.php

Note:

Before PHP 7.3, any strings that are not set will silently be skipped.

Upgrade path

 $value = 'yes';

-compact('value', 'non_existing');
+compact('value');

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions