Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 21st, 2018
73
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
define
(
'TEST'
,
1
)
;
define
(
'EXAMPLE'
,
2
)
;
$var
=
3
;
if
(
$var
&
TEST
)
{
echo
'match!'
;
}
if
(
$var
&
EXAMPLE
)
{
echo
'match!'
;
}
?>
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE
JavaScript | 2 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 5 sec ago | 0.08 KB
FREE BTC GUIDE 0
JavaScript | 9 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 9 sec ago | 0.08 KB
✅ PayPal Hits
JavaScript | 10 sec ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 13 sec ago | 0.08 KB
Make $2500 in 15 minutes 4
JavaScript | 16 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 17 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!