Labels |
Added:
?
|
Using instanceof Throwable
or catch Throwable
is fine regardless of PHP version, PHP doesn’t hard fail if you use non-existing classes or interfaces in these cases.
Joomla ships with a number of polyfill libraries to enable use of PHP functions introduced after 5.3. array_column()
is one of those polyfilled functions.
Issue can be closed, there is no bug to address.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-17 11:44:26 |
Closed_By | ⇒ | SharkyKZ |
Closing as stated above.
Reference #9270