Skip to content

Instantly share code, notes, and snippets.

@deshack
Created June 6, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshack/3f6022e3b107e6f2356f73fbdf377069 to your computer and use it in GitHub Desktop.
Save deshack/3f6022e3b107e6f2356f73fbdf377069 to your computer and use it in GitHub Desktop.
PHP7 dynamic return type
<?php
function maybeGetUser() {
return [];
}
var_dump(maybeGetUser());
// array(0) {
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment