<?php $res = fopen(__FILE__, "r"); for ($i=0; $i<10; $i++) { var_dump($res = fopen("php://fd/$i", "r"), stream_get_meta_data($res)); }
You have javascript disabled. You will not be able to edit any code.