<?php fflush(resource $stream): bool
<?php { fwrite($this->handle, $contents); fflush($this->handle); return $this; }
<?php $exitCode = $application->runTest(realpath(trim($testPath))); fwrite($statusFile, (string) $exitCode); fflush($statusFile); } })();