This website works better with JavaScript.
Explore
Help
Register
Sign In
mahuntington
/
phpapi
Watch
1
Star
0
Fork
You've already forked phpapi
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
config vars
Browse Source
master
Matt Huntington
8 years ago
parent
773f3aa3dc
commit
ccb5cd2f3d
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
test.php
Unescape
Escape
View File
@ -1,3 +1,3 @@
<?
<?
var_dump(getenv('DATABASE_URL'));
var_dump(
parse_url(
getenv('DATABASE_URL'
)
));
?>
?>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mahuntington/phpapi
Title
Body
Create Issue