Home
last modified time | relevance | path

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

12345

/PHP-7.4/tests/classes/
H A D__set__get_005.phpt2 ZE2 __set() and __get()
9 function __get($name) {
30 function __get($name) {
53 AutoGen::__get
55 AutoGen::__get
63 AutoGen::__get
64 Test::__get
H A D__set__get_002.phpt2 ZE2 __get() signature check
6 function __get($x,$y) {
12 Fatal error: Method Test::__get() must take exactly 1 argument in %s__set__get_002.php on line %d
/PHP-7.4/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 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 Dbug63462.phpt20 function __get($name) {
21 echo '__get ' . $name . "\n";
53 __get nonExisting
56 __get publicProperty
59 __get protectedProperty
62 __get privateProperty
H A Dbug28444.phpt30 function __get($prop)
65 Overloaded::__get(y)
72 Overloaded::__get(z)
74 Overloaded::__get(z)
76 Overloaded::__get(z)
H A Dbug48248.phpt2 Bug #48248 (SIGSEGV when access to private property via &__get)
8 public function & __get($name)
26 #0 %s(%d): A->__get('test')
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 Dexception_during_by_reference_magic_get.phpt2 Exception thrown by __get() during =& assignment
8 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 Dbug75573.phpt9 function &__get($property)
30 function &__get($property)
36 return parent::__get($property);
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')
/PHP-7.4/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.4/Zend/tests/type_declarations/
H A Dtyped_properties_030.phpt2 Test typed properties unset __get magical magic
8 public function __get($name) {
19 var_dump($foo->bar); # not okay, __get is nasty
H A Dtyped_properties_100.phpt2 Property type not enforced for __get if the property is not visible
9 public function __get($name) {
H A Dtyped_properties_072.phpt2 Typed property must cast when used with __get()
9 public function __get($name) {
/PHP-7.4/tests/lang/
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
11 function __get($sName) {
/PHP-7.4/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.

Completed in 81 milliseconds

12345