Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
pass by reference
mramine364
Jan 25th, 2016
104
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.09 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
function
foo
(
&
$var
)
{
$var
++;
}
$a
=
5
;
foo
(
$a
)
;
echo
$a
;
// $a = 6
?>
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 12 sec ago | 0.15 KB
Global Variables - Fjern Variabel
YAML | 52 sec ago | 0.53 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🔥🚨
JavaScript | 55 sec ago | 0.24 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 55 sec ago | 0.20 KB
⭐⭐⭐Instant Profit Method⭐⭐
Java | 1 min ago | 0.15 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 1 min ago | 0.24 KB
🔥 Make 1000$ in 20 minutes 💵 💎🔥
JavaScript | 2 min ago | 0.20 KB
Global Variables - Set or Update Value
YAML | 2 min ago | 2.01 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!