Searched refs:__get (Results 1 – 25 of 72) sorted by relevance
123
2 ZE2 __set() and __get()11 function __get($name) {32 function __get($name) {55 AutoGen::__get57 AutoGen::__get65 AutoGen::__get66 Test::__get
20 function __get($name) {21 echo '__get ' . $name;54 __get nonExisting56 __get publicProperty58 __get protectedProperty60 __get privateProperty
2 ZE2 __get() signature check8 function __get($x,$y) {14 Fatal error: Method Test::__get() must take exactly 1 argument in %s__set__get_002.php on line %d
15 public function __get($name)17 return '__get "' . $name . '"';134 __get "publicProperty"135 __get "publicProperty"144 __get "protectedProperty"151 __get "privateProperty"
2 ZE2 __set() and __get()10 function __get($name) {
20 function __get($name) {21 echo '__get ' . $name . "\n";54 __get nonExisting57 __get publicProperty60 __get protectedProperty63 __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)
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) {
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) {
7 function __get($name){16 function __get($name){
2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))14 function __get($name)
2 Bug #36214 (__get method works properly only when conditional operator is used)14 public function &__get($name) {
2 Bug #37667 (Object is not added into array returned by __get)10 function __get($name)
6 function __get($n) { echo "In " . __METHOD__ . "!\n"; }13 echo "Doesn't trigger __get.\n";26 Doesn't trigger __get.
2 Bug #26866 (segfault when exception raised in __get)11 function __get($sName) {
20 echo "\ntesting __get magic method\n";31 testing __get magic method
2 SOAP Classmap 4: encoding of objects with __get()14 function __get($name) {
Completed in 22 milliseconds