--TEST-- Test that callback is only called on new socket --SKIPIF-- --FILE-- getEndpoints(); echo count($array['bind']) . "\n"; echo "OK"; --EXPECT-- 1 OK