Skip to content

Instantly share code, notes, and snippets.

@bilalmalkoc
Created September 1, 2019 19:01
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 bilalmalkoc/e427299b5d99ac809e238809ecc94008 to your computer and use it in GitHub Desktop.
Save bilalmalkoc/e427299b5d99ac809e238809ecc94008 to your computer and use it in GitHub Desktop.
foreach ( $foo as $bar ) { ...
function my_function( $param1 = 'foo', $param2 = 'bar' ) { ...
function my_other_function() { ...
my_function( $param1, func_param( $param2 ) );
my_other_function();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment