php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
test.php File Reference

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
 

Function Documentation

◆ mine()

mine ( )

Definition at line 17 of file test.php.

◆ phpdbg_test_ob()

phpdbg_test_ob ( )

Definition at line 48 of file test.php.

◆ test()

test ( $x,
$y = 0 )

Definition at line 21 of file test.php.

Variable Documentation

◆ $array [1/2]

$array
Initial value:
= [
1,
2,
[3, 4],
[5, 6],
]

Definition at line 58 of file test.php.

◆ $array [2/2]

$array[] = 7

Definition at line 65 of file test.php.

◆ $dbg

$dbg = new phpdbg()

Definition at line 35 of file test.php.

◆ $obj

$obj = new testClass

Definition at line 80 of file test.php.

◆ $stdout

if (isset( $include)) $stdout = fopen("php://stdout", "w+")

Definition at line 6 of file test.php.

◆ $test

$test = $obj->a

Definition at line 82 of file test.php.

◆ a

$obj a = 2

Definition at line 84 of file test.php.