mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
show break screen image
This commit is contained in:
parent
9967c7d6bb
commit
2ee351d90b
2 changed files with 7 additions and 12 deletions
19
test.php
19
test.php
|
@ -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
BIN
tutorials/show-broken.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
Loading…
Add table
Add a link
Reference in a new issue