Created
June 20, 2018 15:53
-
-
Save qRoC/9bdfc2746820a1b558c6cd3fa95de87c to your computer and use it in GitHub Desktop.
test.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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