[28]To be more accurate, the closure
declaration increases the reference count of the referent, as if
another reference had been taken explicitly. Just before the end of
the naked block, the reference count of $count is
two, but after the block has exited, the value still has a reference
count of one. Although no other code may access
$count, it will still be kept in memory as long as
the reference to the sub is available in $callback
or elsewhere.