Skip to content

Instantly share code, notes, and snippets.

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