Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 28, 2017 21:47
Embed
What would you like to do?
<?php
function myMethod($required, $optional = 'default') {}
myMethod(); // Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment