Home
last modified time | relevance | path

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

12

/PHP-8.2/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.phpt31 function __isset($name) {
32 echo '__isset ' . $name . "\n";
66 __isset nonExisting
67 __isset publicProperty
68 __isset protectedProperty
69 __isset privateProperty
H A Dmagic_methods_013.phpt2 __isset first parameter should be a string when typed
6 function __isset(\stdClass $name) {}
10 Fatal error: Foo::__isset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
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 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 Dbug52879.phpt2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
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.6.phpt6 public function __isset($x) { $GLOBALS["obj"] = 24; return true; }
/PHP-8.2/Zend/tests/enum/
H A D__isset.phpt2 Enum __isset
9 public function __isset($property) {
16 Fatal error: Enum Foo cannot include magic method __isset in %s on line %d
/PHP-8.2/Zend/tests/return_types/
H A D034.phpt2 __isset can only declare a boolean return type
6 function __isset($name) : \stdClass|bool {}
10 Fatal error: Foo::__isset(): Return type must be bool when declared in %s on line %d
/PHP-8.2/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";
31 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-8.2/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-8.2/ext/reflection/tests/
H A Dbug72174.phpt2 Bug #72174: ReflectionProperty#getValue() causes __isset call
15 public function __isset($name)
H A DReflectionProperty_isInitialized.phpt71 public function __isset($name) {
72 echo "__isset($name)\n";
82 echo "Class with __isset:\n";
114 Class with __isset:
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt15 public function __isset($name) {
16 echo "__isset ", $name, "\n";
/PHP-8.2/Zend/tests/readonly_props/
H A Dmagic_get_set.phpt26 public function __isset($name) {
69 Test::__isset(prop)
/PHP-8.2/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt11 public function __isset($name) {

Completed in 40 milliseconds

12