show break screen image

This commit is contained in:
krakjoe 2013-11-13 09:17:58 +00:00
parent 9967c7d6bb
commit 2ee351d90b
2 changed files with 7 additions and 12 deletions

View file

@ -1,19 +1,14 @@
<?php
class my {
public function method() {
echo "Hello";
class phpdbg {
public function isGreat($greeting = null) {
printf(
"%s: %s\n", __METHOD__, $greeting);
return $this;
}
}
function test2() {
echo "Hello World 2\n";
}
$dbg = new phpdbg();
$my = new my();
var_dump($my->method());
return true;
var_dump(
$dbg->isGreat("PHP Rocks !!"));
?>

BIN
tutorials/show-broken.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB