<?php $ranking[] = ['App', 'Views']; $options[] = ['A', 'B'];
Standard input is empty
array(2) {
[0]=>
array(2) {
[0]=>
string(3) "App"
[1]=>
string(5) "Views"
}
[1]=>
array(2) {
[0]=>
string(1) "A"
[1]=>
string(1) "B"
}
}
array(3) {
[0]=>
string(3) "App"
[1]=>
string(5) "Views"
[2]=>
array(2) {
[0]=>
string(1) "A"
[1]=>
string(1) "B"
}
}