php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Foo Class Reference

Public Member Functions

 read_prop ($n)
 
 write_prop ($n)
 
 assign_add_prop ($n)
 
 pre_inc_prop ($n)
 
 pre_dec_prop ($n)
 
 post_inc_prop ($n)
 
 post_dec_prop ($n)
 
 isset_prop ($n)
 
 empty_prop ($n)
 
 g ()
 
 call ($n)
 
 read_const ($n)
 

Static Public Member Functions

static read_static ($n)
 
static write_static ($n)
 
static isset_static ($n)
 
static empty_static ($n)
 
static f ()
 
static call_static ($n)
 

Data Fields

 $b = 0
 
const TEST = 0
 

Static Public Attributes

static $a = 0
 

Detailed Description

Definition at line 24 of file micro_bench.php.

Member Function Documentation

◆ assign_add_prop()

Foo::assign_add_prop ( $n)

Definition at line 74 of file micro_bench.php.

◆ call()

Foo::call ( $n)

Definition at line 119 of file micro_bench.php.

◆ call_static()

static Foo::call_static ( $n)
static

Definition at line 56 of file micro_bench.php.

◆ empty_prop()

Foo::empty_prop ( $n)

Definition at line 110 of file micro_bench.php.

◆ empty_static()

static Foo::empty_static ( $n)
static

Definition at line 47 of file micro_bench.php.

◆ f()

static Foo::f ( )
static

Definition at line 53 of file micro_bench.php.

◆ g()

Foo::g ( )

Definition at line 116 of file micro_bench.php.

◆ isset_prop()

Foo::isset_prop ( $n)

Definition at line 104 of file micro_bench.php.

◆ isset_static()

static Foo::isset_static ( $n)
static

Definition at line 41 of file micro_bench.php.

◆ post_dec_prop()

Foo::post_dec_prop ( $n)

Definition at line 98 of file micro_bench.php.

◆ post_inc_prop()

Foo::post_inc_prop ( $n)

Definition at line 92 of file micro_bench.php.

◆ pre_dec_prop()

Foo::pre_dec_prop ( $n)

Definition at line 86 of file micro_bench.php.

◆ pre_inc_prop()

Foo::pre_inc_prop ( $n)

Definition at line 80 of file micro_bench.php.

◆ read_const()

Foo::read_const ( $n)

Definition at line 125 of file micro_bench.php.

◆ read_prop()

Foo::read_prop ( $n)

Definition at line 62 of file micro_bench.php.

◆ read_static()

static Foo::read_static ( $n)
static

Definition at line 29 of file micro_bench.php.

◆ write_prop()

Foo::write_prop ( $n)

Definition at line 68 of file micro_bench.php.

◆ write_static()

static Foo::write_static ( $n)
static

Definition at line 35 of file micro_bench.php.

Field Documentation

◆ $a

Foo::$a = 0
static

Definition at line 25 of file micro_bench.php.

◆ $b

Foo::$b = 0

Definition at line 26 of file micro_bench.php.

◆ TEST

const Foo::TEST = 0

Definition at line 27 of file micro_bench.php.


The documentation for this class was generated from the following file: