You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation error at stage: Gen tree postprocess, gen by gen-tree-postprocess.cpp:166
index.php:3 in global scope
list($a, list($b, $c)) = array(1, array(2, 3));
Unexpected list() not as left side of assignment
Expected output:
int(1)
int(2)
int(3)
The text was updated successfully, but these errors were encountered:
Example code:
Current output(Error):
Expected output:
The text was updated successfully, but these errors were encountered: