Searched refs:__isset (Results 1 – 25 of 45) sorted by relevance
12
8 echo "__isset($name)\n";39 __isset(zero)41 __isset(zero)43 __isset(zero)45 __isset(zero)50 __isset(zero)52 __isset(one)54 __isset(two)56 __isset(zero)58 __isset(one)[all …]
2 errmsg: __isset() must take exactly 1 argument7 function __isset() {14 Fatal error: Method test::__isset() must take exactly 1 argument in %s on line %d
31 function __isset($name) {32 echo '__isset ' . $name . "\n";66 __isset nonExisting67 __isset publicProperty68 __isset protectedProperty69 __isset privateProperty
2 __isset first parameter should be a string when typed6 function __isset(\stdClass $name) {}10 Fatal error: Foo::__isset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
2 passing parameter of __isset() by ref7 function __isset(&$name) { }18 Fatal error: Method test::__isset() cannot take arguments by reference in %s on line %d
2 Bug #75420 (Crash when modifying property name in __isset for BP_VAR_IS)7 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
2 Bug #44899 (__isset usage changes behavior of empty())15 function __isset($field_name)
2 Bug #44899 (__isset usage changes behavior of empty()) - 215 function __isset($field_name)
6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
6 public function __isset($x) { $GLOBALS["obj"] = 24; return true; }
2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
2 Enum __isset9 public function __isset($property) {16 Fatal error: Enum Foo cannot include magic method __isset in %s on line %d
2 __isset can only declare a boolean return type6 function __isset($name) : \stdClass|bool {}10 Fatal error: Foo::__isset(): Return type must be bool when declared in %s on line %d
2 Ensure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is use…8 function __isset($n) { echo "In " . __METHOD__ . "!\n"; }22 echo "Shouldn't trigger __isset.\n";31 Shouldn't trigger __isset.
25 function __isset($name) {142 In UsesMagic::__isset(a)144 In UsesMagic::__isset(nonexistent)146 In UsesMagic::__isset(dynamic)
26 public function __isset($name)28 echo '__isset "' . $name . '"';132 __isset "publicProperty"142 __isset "protectedProperty"false145 __isset "protectedProperty"true149 __isset "privateProperty"false152 __isset "privateProperty"true
2 Bug #72174: ReflectionProperty#getValue() causes __isset call15 public function __isset($name)
71 public function __isset($name) {72 echo "__isset($name)\n";82 echo "Class with __isset:\n";114 Class with __isset:
15 public function __isset($name) {16 echo "__isset ", $name, "\n";
26 public function __isset($name) {69 Test::__isset(prop)
11 public function __isset($name) {
Completed in 40 milliseconds