Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1040
tempfile.php
Active
Public
Actions
Authored by
epriestley
on Jan 5 2014, 10:17 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F98583: tempfile.php
Jan 5 2014, 10:17 PM
2014-01-05 22:17:56 (UTC+0)
Subscribers
None
<?php
require_once
'scripts/__init_script__.php'
;
$f
=
new
TempFile
();
Filesystem
::
writeFile
(
$f
,
'quack'
);
printf
(
"Wrote: %s
\n
"
,
$f
);
Event Timeline
epriestley
edited the content of this paste.
(Show Details)
Jan 5 2014, 10:17 PM
2014-01-05 22:17:56 (UTC+0)
epriestley
changed the title of this paste from untitled to
tempfile.php
.
epriestley
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment