Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Sean-Der
Created May 20, 2015 06:50
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 Sean-Der/2a7617bc2d98ce84ccfe to your computer and use it in GitHub Desktop.
Save Sean-Der/2a7617bc2d98ce84ccfe to your computer and use it in GitHub Desktop.
PRE
array(1) refcount(1){
[0]=>
&array(1) refcount(3){
[0]=>
&array(1) refcount(2){
[0]=>
&array(1) refcount(3){
[0]=>
&array(1) refcount(2){
[0]=>
*RECURSION*
}
}
}
}
}
POST
array(1) refcount(2){
[0]=>
&array(1) refcount(2){
[0]=>
&array(1) refcount(1){
[0]=>
&array(1) refcount(2){
[0]=>
&array(1) refcount(1){
[0]=>
*RECURSION*
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment