Home
last modified time | relevance | path

Searched refs:__get (Results 26 – 50 of 97) sorted by relevance

1234

/PHP-7.0/tests/classes/
H A D__set__get_004.phpt2 ZE2 __set() and __get()
10 function __get($name) {
H A D__set__get_001.phpt2 ZE2 __set() and __get()
11 function __get($nm) {
/PHP-7.0/Zend/tests/
H A Dbug34893.phpt7 function __get($name){
16 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)
H A Dbug32660.phpt2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
14 function __get($name)
H A Dbug40833.phpt2 Bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get)
10 function __get($name)
H A Dbug31683.phpt2 Bug #31683 (changes to $name in __get($name) override future parameters)
8 function __get($test) {
H A Dbug39990.phpt6 public function __get($name) {
H A Dbug70288.phpt6 public function __get($name) {
H A Dbug70223.phpt10 public function &__get($foo){ return $this->foo; }
H A Dbug33512.phpt12 function __get($var) {
48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
H A Dexception_during_property_assign_op.phpt7 public function __get($name) {
H A Dbug69201.phpt10 public function &__get($property)
H A Dbug75420.1.phpt7 public function __get($x) { var_dump($x); return 42; }
H A Dbug75420.5.phpt7 public function __get($x) { var_dump($this); return 42; }
H A Dbug75420.phpt8 public function __get($x) { var_dump($x); return 42; }
H A Dbug75420.2.phpt7 public function __get($x) { var_dump($x); return 42; }
H A Dbug75420.6.phpt7 public function __get($x) { var_dump($this); return 42; }
H A Dbug52879.phpt2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
H A Dbug75420.3.phpt7 public function __get($x) { var_dump($x); return 42; }
H A Dbug75420.4.phpt7 public function __get($x) { var_dump($x); return 42; }
/PHP-7.0/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt20 echo "\ntesting __get magic method\n";
31 testing __get magic method
H A DAutoTest.inc6 public function __get($name) {
/PHP-7.0/ext/soap/tests/
H A Dclassmap004.phpt2 SOAP Classmap 4: encoding of objects with __get()
14 function __get($name) {

Completed in 44 milliseconds

1234