Skip to content

Instantly share code, notes, and snippets.

@qRoC
Created June 20, 2018 15:53
Show Gist options
  • Save qRoC/9bdfc2746820a1b558c6cd3fa95de87c to your computer and use it in GitHub Desktop.
Save qRoC/9bdfc2746820a1b558c6cd3fa95de87c to your computer and use it in GitHub Desktop.
test.php
<?php
function test(): array {
return [
[1],
[1]
[0]
];
}
print_r(test());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment