Skip to content

Instantly share code, notes, and snippets.

@xavismeh
Last active August 29, 2015 14:18
Show Gist options
  • Save xavismeh/0751a732f45edb19f125 to your computer and use it in GitHub Desktop.
Save xavismeh/0751a732f45edb19f125 to your computer and use it in GitHub Desktop.
function f($a, $k) { ob_start(); debug_zval_dump($a[$k]); preg_match('/refcount\((\d+)/', ob_get_clean(), $b); return $b[1] == 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment