--TEST-- GH-15937 (stream overflow on timeout setting) --SKIPIF-- --FILE-- [ 'timeout' => PHP_INT_MAX, ], ]; $ctx = stream_context_create($config); var_dump(fopen("http://www.example.com", "r", false, $ctx)); ?> --EXPECTF-- resource(%d) of type (stream)