Home
last modified time | relevance | path

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

123

/PHP-5.5/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;
54 __get nonExisting
56 __get publicProperty
58 __get protectedProperty
60 __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 . '"';
134 __get "publicProperty"
135 __get "publicProperty"
144 __get "protectedProperty"
151 __get "privateProperty"
H A D__set__get_004.phpt2 ZE2 __set() and __get()
10 function __get($name) {
/PHP-5.5/Zend/tests/
H A Dbug63462.phpt20 function __get($name) {
21 echo '__get ' . $name . "\n";
54 __get nonExisting
57 __get publicProperty
60 __get protectedProperty
63 __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 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 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 Dbug34893.phpt7 function __get($name){
16 function __get($name){
H A Dbug32660.phpt2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
14 function __get($name)
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
14 public function &__get($name) {
H A Dbug37667.phpt2 Bug #37667 (Object is not added into array returned by __get)
10 function __get($name)
/PHP-5.5/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-5.5/tests/lang/
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
11 function __get($sName) {
/PHP-5.5/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt20 echo "\ntesting __get magic method\n";
31 testing __get magic method
/PHP-5.5/ext/soap/tests/
H A Dclassmap004.phpt2 SOAP Classmap 4: encoding of objects with __get()
14 function __get($name) {

Completed in 100 milliseconds

123