Home
last modified time | relevance | path

Searched refs:__isset (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.4/Zend/tests/
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 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 Dbug63462.phpt30 function __isset($name) {
31 echo '__isset ' . $name . "\n";
65 __isset nonExisting
66 __isset publicProperty
67 __isset protectedProperty
68 __isset privateProperty
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 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 Dbug44899.phpt2 Bug #44899 (__isset usage changes behavior of empty())
15 function __isset($field_name)
H A Dbug44899_2.phpt2 Bug #44899 (__isset usage changes behavior of empty()) - 2
15 function __isset($field_name)
H A Dbug52879.phpt2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
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 Dbug77291.phpt8 public function __isset($property)
H A Dbug75573.phpt22 function __isset($property_name)
/PHP-7.4/ext/spl/tests/
H A Dbug45622b.phpt2 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";
33 Shouldn't trigger __isset.
H A DarrayObject_magicMethods5.phpt25 function __isset($name) {
142 In UsesMagic::__isset(a)
144 In UsesMagic::__isset(nonexistent)
146 In UsesMagic::__isset(dynamic)
/PHP-7.4/tests/classes/
H A Dunset_properties.phpt26 public function __isset($name)
28 echo '__isset "' . $name . '"';
132 __isset "publicProperty"
142 __isset "protectedProperty"false
145 __isset "protectedProperty"true
149 __isset "privateProperty"false
152 __isset "privateProperty"true
/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) {
H A DReflectionMethod_getModifiers_basic.phpt47 public function __isset($a) {}
133 Modifiers for method TestClass::__isset():
201 Modifiers for method TestClass::__isset():
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt15 public function __isset($name) {
16 echo "__isset ", $name, "\n";
/PHP-7.4/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt11 public function __isset($name) {

Completed in 39 milliseconds

12