<?php $file = new \SplFileObject('php://temp'); $file->fwrite('some content'); var_dump($file->getSize()); // prints 0
You have javascript disabled. You will not be able to edit any code.