Invalid array creation/usage
-
https://plugins.trac.www.ads-software.com/ticket/2476#ticket
{{{
$array = []; // new way (Since 5.4)
$array = array(); // Use this instead.
}}}This plugin is incompatible with systems running on 5.3 or lower.
- The topic ‘Invalid array creation/usage’ is closed to new replies.