Skip to content

Instantly share code, notes, and snippets.

@mikemacd
Created March 28, 2013 19:11
Show Gist options
  • Save mikemacd/5265955 to your computer and use it in GitHub Desktop.
Save mikemacd/5265955 to your computer and use it in GitHub Desktop.
<?
$a='a_b';
list($b,$c) = split('_',$a);
echo $a.' -- '.$b.' -- '.$c;
while (true) {
echo $i++.' ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment