PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Listy
C# | 6 sec ago
Untitled
8 sec ago
ser_1369258311887
10 sec ago
andrey
12 sec ago
live non vbv credit cards
5 min ago
Untitled
JavaScript | 20 sec ago
Untitled
21 sec ago
aakeylib.js
JavaScript | 54 sec ago
Untitled
By: a guest on
Aug 1st, 2012
| syntax:
PHP
| size: 0.12 KB | hits: 12 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
php
>
error_reporting
(
0
)
;
php
>
$a
=
file_get_contents
(
'http://localhost/stuff.html'
)
;
php
>
var_dump
(
$a
)
;
bool
(
false
)
create a
new version
of this paste
RAW Paste Data
php > error_reporting(0); php > $a = file_get_contents('http://localhost/stuff.html'); php > var_dump($a); bool(false)