Last active
March 19, 2020 17:15
-
-
Save geekcom/701026b13c08f7a58ef38efce9e2cc00 to your computer and use it in GitHub Desktop.
npath example
This file contains 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 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