Input: ```php list(,$power) = $info; ``` ```php list($power) = $info; ``` Have same count of arguments
Input:
Have same count of arguments