Home
last modified time | relevance | path

Searched refs:__get (Results 1 – 25 of 100) sorted by relevance

1234

/PHP-7.1/tests/classes/
H A D__set__get_005.phpt2 ZE2 __set() and __get()
11 function __get($name) {
32 function __get($name) {
55 AutoGen::__get
57 AutoGen::__get
65 AutoGen::__get
66 Test::__get
H A Dbug63462.phpt20 function __get($name) {
21 echo '__get ' . $name;
53 __get nonExisting
55 __get publicProperty
57 __get protectedProperty
59 __get privateProperty
H A D__set__get_002.phpt2 ZE2 __get() signature check
8 function __get($x,$y) {
14 Fatal error: Method Test::__get() must take exactly 1 argument in %s__set__get_002.php on line %d
H A Dunset_properties.phpt15 public function __get($name)
17 return '__get "' . $name . '"';
133 __get "publicProperty"
134 __get "publicProperty"
143 __get "protectedProperty"
150 __get "privateProperty"
/PHP-7.1/Zend/tests/
H A Dbug74340.phpt2 Bug #74340: Magic function __get has different behavior in php 7.1.x
7 public function __get($var)
10 echo '__get '.$var.PHP_EOL;
25 __get test
28 __get test2
H A Dbug71359.phpt11 public function &__get($name) {
12 echo "__get($name)\n";
48 __get(zero)
51 __get(zero)
53 __get(one)
57 __get(zero)
59 __get(one)
H A Dbug63462.phpt20 function __get($name) {
21 echo '__get ' . $name . "\n";
53 __get nonExisting
56 __get publicProperty
59 __get protectedProperty
62 __get privateProperty
H A Dmagic_by_ref_003.phpt2 passing parameter of __get() by ref
7 function __get(&$name) { }
17 Fatal error: Method test::__get() cannot take arguments by reference in %s on line %d
H A Dbug28444.phpt32 function __get($prop)
67 Overloaded::__get(y)
75 Overloaded::__get(z)
77 Overloaded::__get(z)
79 Overloaded::__get(z)
H A Drope_with_exception.phpt7 function __get($x) {
43 #0 %s(%d): Obj->__get('x')
47 #0 %s(%d): Obj->__get('x')
51 #0 %s(%d): Obj->__get('x')
H A Dbug66609.phpt2 Bug #66609 (php crashes with __get() and ++ operator in some cases)
8 public function __get($x) {
14 public function __get($x) {
H A Dbug30889.phpt2 Bug #30889 (Conflict between __get/__set and ++ operator)
17 function __get($name)
24 $test->a++; // __get(), then __set()
H A Dbug38624.phpt2 Bug #38624 (Strange warning when incrementing an object property and exception is thrown from __get
17 public function __get( $name )
31 #0 %s(%d): impl->__get('counter')
H A Dbug54372.phpt2 Bug #54372 (Crash accessing global object itself returned from its __get() handle)
7 public function __get($name)
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
6 public function __get($member) {
H A Dbug34467.phpt2 Bug #34467 (foreach + __get + __set incosistency)
12 function __get ($key) {
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
7 public function __get( $what )
H A Dbug52484_3.phpt7 function __get($prop) {
21 #0 %s(%d): A->__get('\x00')
H A Dbug48248.phpt2 Bug #48248 (SIGSEGV when access to private property via &__get)
8 public function & __get($name)
H A Dobjects_021.phpt2 Testing magic methods __set, __get and __call in cascade
17 public function __get($a) {
H A Dbug72813.phpt2 Bug #72813 (Segfault with __get returned by ref)
9 public function &__get($prop)
/PHP-7.1/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt14 public function __get($name) {
15 return "__get($this->prop)";
26 string(13) "__get(foobar)"
/PHP-7.1/tests/lang/
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
11 function __get($sName) {
/PHP-7.1/ext/spl/tests/
H A Dbug45622b.phpt6 function __get($n) { echo "In " . __METHOD__ . "!\n"; }
13 echo "Doesn't trigger __get.\n";
26 Doesn't trigger __get.
/PHP-7.1/ext/reflection/tests/
H A Dbug72174.phpt21 public function __get($name)
35 string(10) "Foo::__get"

Completed in 22 milliseconds

1234