pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
netflix
3 hours ago
staticfiles dirs
5 hours ago
displayMessage
5 hours ago
Page was generated in
6 hours ago
Module not found
6 hours ago
myclass
6 hours ago
Iptv hd free
6 hours ago
js Jquery Vue threejs
6 hours ago
wrapper div
6 hours ago
div class wrapper
6 hours ago
Colors
<?php
class
Colors
{
public
$colors =
'green '
;
public
function output_colors_name
(
)
{
return
'red '
;
}
function test
(
)
{
echo $this->colors;
echo $this->output_colors_name
(
)
;
}
}
$obj =
new
Colors
(
)
;
$obj->test
(
)
;
?>
Parsed in 0.005 seconds