Searched refs:__get (Results 1 – 25 of 107) sorted by relevance
12345
2 ZE2 __set() and __get()9 function __get($name) {30 function __get($name) {53 AutoGen::__get55 AutoGen::__get63 AutoGen::__get64 Test::__get
2 ZE2 __get() signature check6 function __get($x,$y) {12 Fatal error: Method Test::__get() must take exactly 1 argument in %s__set__get_002.php on line %d
20 function __get($name) {21 echo '__get ' . $name;53 __get nonExisting55 __get publicProperty57 __get protectedProperty59 __get privateProperty
15 public function __get($name)17 return '__get "' . $name . '"';133 __get "publicProperty"134 __get "publicProperty"143 __get "protectedProperty"150 __get "privateProperty"
2 ZE2 __set() and __get()8 function __get($name) {
2 Bug #74340: Magic function __get has different behavior in php 7.1.x7 public function __get($var)10 echo '__get '.$var.PHP_EOL;25 __get test28 __get test2
11 public function &__get($name) {12 echo "__get($name)\n";48 __get(zero)51 __get(zero)53 __get(one)57 __get(zero)59 __get(one)
20 function __get($name) {21 echo '__get ' . $name . "\n";53 __get nonExisting56 __get publicProperty59 __get protectedProperty62 __get privateProperty
2 passing parameter of __get() by ref7 function __get(&$name) { }17 Fatal error: Method test::__get() cannot take arguments by reference in %s on line %d
32 function __get($prop)67 Overloaded::__get(y)75 Overloaded::__get(z)77 Overloaded::__get(z)79 Overloaded::__get(z)
7 function __get($x) {43 #0 %s(%d): Obj->__get('x')47 #0 %s(%d): Obj->__get('x')51 #0 %s(%d): Obj->__get('x')
2 Bug #66609 (php crashes with __get() and ++ operator in some cases)8 public function __get($x) {14 public function __get($x) {
2 Bug #30889 (Conflict between __get/__set and ++ operator)17 function __get($name)24 $test->a++; // __get(), then __set()
2 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')
2 Bug #54372 (Crash accessing global object itself returned from its __get() handle)7 public function __get($name)
2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)6 public function __get($member) {
2 Bug #34467 (foreach + __get + __set incosistency)12 function __get ($key) {
7 function __get($prop) {21 #0 %s(%d): A->__get('\x00')
2 Bug #30394 (Assignment operators yield wrong result with __get/__set)7 public function __get( $what )
2 Bug #48248 (SIGSEGV when access to private property via &__get)8 public function & __get($name)
2 Testing magic methods __set, __get and __call in cascade17 public function __get($a) {
14 public function __get($name) {15 return "__get($this->prop)";26 string(13) "__get(foobar)"
2 Bug #26866 (segfault when exception raised in __get)11 function __get($sName) {
6 function __get($n) { echo "In " . __METHOD__ . "!\n"; }13 echo "Doesn't trigger __get.\n";26 Doesn't trigger __get.
21 public function __get($name)35 string(10) "Foo::__get"
Completed in 17 milliseconds