|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| class | phpdbg |
| class | testClass |
Functions | |
| mine () | |
| test ($x, $y=0) | |
| phpdbg_test_ob () | |
Variables | |
| if(isset($include)) | $stdout = fopen("php://stdout", "w+") |
| $dbg = new phpdbg() | |
| $array | |
| $array [] = 7 | |
| $obj = new testClass | |
| $test = $obj->a | |
| $obj | a = 2 |