Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Dave
a guest
Nov 25th, 2010
246
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
class
A
{
}
class
B
{
}
class
Test
{
public
function
doIt
(
B
$obj
)
{
return
"OK"
;
}
}
$a
=
new
A
(
)
;
$b
=
new
B
(
)
;
$test
=
new
Test
(
)
;
echo
$test
->
doIt
(
$a
)
.
"
\n
"
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
8 hours ago | 5.42 KB
Secrets.kdbx
17 hours ago | 166.19 KB
paul-graham-ghostwriting.prompt.md
1 day ago | 5.68 KB
Energy limiter
1 day ago | 0.34 KB
GEOMETRY SW
1 day ago | 1.85 KB
brain.roblox
3 days ago | 14.59 KB
Untitled
3 days ago | 26.41 KB
Untitled
3 days ago | 14.72 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!