Home
last modified time | relevance | path

Searched refs:__get (Results 1 – 25 of 72) sorted by last modified time

123

/PHP-5.5/tests/classes/
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 Dincdec_property_001.phpt15 function __get($property) {
H A Dincdec_property_002.phpt15 function __get($property) {
H A Dincdec_property_003.phpt15 function __get($property) {
H A Dincdec_property_004.phpt15 function __get($property) {
H A Dassign_op_property_001.phpt15 function __get($property) {
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_001.phpt2 ZE2 __set() and __get()
11 function __get($nm) {
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 D__set__get_004.phpt2 ZE2 __set() and __get()
10 function __get($name) {
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 D__set_data_corrupt.phpt15 function __get($prop)
/PHP-5.5/ext/standard/tests/strings/
H A Dlcfirst.phpt75 public function __get($key) {
/PHP-5.5/ext/standard/tests/class_object/
H A DAutoTest.inc6 public function __get($name) {
H A Dproperty_exists_variation1.phpt20 echo "\ntesting __get magic method\n";
31 testing __get magic method
/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.
H A DarrayObject_magicMethods1.phpt12 function __get($name) {
H A DarrayObject_magicMethods2.phpt12 function __get($name) {
H A DarrayObject_magicMethods3.phpt12 function __get($name) {
H A DarrayObject_magicMethods4.phpt17 function __get($name) {
H A DarrayObject_magicMethods5.phpt17 function __get($name) {
107 In UsesMagic::__get(a)
109 In UsesMagic::__get(nonexistent)
111 In UsesMagic::__get(dynamic)
H A DarrayObject_magicMethods6.phpt17 function __get($name) {
/PHP-5.5/ext/soap/tests/
H A Dclassmap004.phpt2 SOAP Classmap 4: encoding of objects with __get()
14 function __get($name) {
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt41 public function __get($a) {}
121 Modifiers for method TestClass::__get():
189 Modifiers for method TestClass::__get():
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt50 public function __get($prop) {

Completed in 30 milliseconds

123