In the following code, why do extra parentheses avoid the warning?
PHP Strict standards: only variables must be passed by reference.
$lastEl = array_pop((array_slice($array, -1)));
No one has answered this question yet.
See related questions: