Page MenuHomePhabricator
Paste P1040

tempfile.php
ActivePublic

Authored by epriestley on Jan 5 2014, 10:17 PM.
Tags
None
Referenced Files
F98583: tempfile.php
Jan 5 2014, 10:17 PM
Subscribers
None
<?php
require_once 'scripts/__init_script__.php';
$f = new TempFile();
Filesystem::writeFile($f, 'quack');
printf("Wrote: %s\n", $f);

Event Timeline

epriestley changed the title of this paste from untitled to tempfile.php.
epriestley updated the paste's language from autodetect to autodetect.