Skip to content

Instantly share code, notes, and snippets.

@geekcom
Last active March 19, 2020 17:15
Show Gist options
  • Save geekcom/701026b13c08f7a58ef38efce9e2cc00 to your computer and use it in GitHub Desktop.
Save geekcom/701026b13c08f7a58ef38efce9e2cc00 to your computer and use it in GitHub Desktop.
npath example
<?php
function foo($a, $b)
{
if ($a > 10) {
echo 1;
} else {
echo 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment