Home
last modified time | relevance | path

Searched refs:__isset (Results 26 – 40 of 40) sorted by last modified time

12

/PHP-7.4/ext/reflection/tests/
H A Dbug72174.phpt2 Bug #72174: ReflectionProperty#getValue() causes __isset call
15 public function __isset($name)
H A DReflectionProperty_isInitialized.phpt69 public function __isset($name) {
70 echo "__isset($name)\n";
80 echo "Class with __isset:\n";
111 Class with __isset:
H A D020.phpt10 function __isset($name) {
/PHP-7.4/Zend/tests/
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
7 function __isset(&$name) { }
18 Fatal error: Method test::__isset() cannot take arguments by reference in %s on line %d
H A Derrmsg_016.phpt2 errmsg: __isset() must take exactly 1 argument
7 function __isset() {
14 Fatal error: Method test::__isset() must take exactly 1 argument in %s on line %d
H A Dbug71359.phpt8 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 …]
H A Dbug75420.1.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.5.phpt6 public function __isset($x) { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.6.phpt6 public function __isset($x) { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.2.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.3.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.4.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.phpt2 Bug #75420 (Crash when modifying property name in __isset for BP_VAR_IS)
7 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug52879.phpt2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
H A Dbug44899_2.phpt2 Bug #44899 (__isset usage changes behavior of empty()) - 2
15 function __isset($field_name)

Completed in 25 milliseconds

12