Language
PHP
Compiler
php 7.3.3
Options
$ php prog.php
Array
(
[0] => Array
(
[0] => hello
[1] => world
)
[1] => Array
(
[0] => hello
[1] => PHP
)
)
Exit Code:
0