Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101385229
test-phar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 9, 22:45
Size
386 B
Mime Type
text/x-php
Expires
Tue, Feb 11, 22:45 (2 d)
Engine
blob
Format
Raw Data
Handle
24149358
Attached To
rPH Phabricator
test-phar.php
View Options
<?php
// run this file to test your phar install of Balanced
include
(
__DIR__
.
'/httpful.phar'
);
include
(
__DIR__
.
'/restful.phar'
);
include
(
__DIR__
.
'/balanced.phar'
);
echo
"[ OK ]
\n
"
;
echo
"balanced version -- "
.
\Balanced\Settings
::
VERSION
.
"
\n
"
;
echo
"restful version -- "
.
\RESTful\Settings
::
VERSION
.
"
\n
"
;
echo
"httpful version -- "
.
\Httpful\Httpful
::
VERSION
.
"
\n
"
;
Event Timeline
Log In to Comment