Home
last modified time | relevance | path

Searched refs:__unset (Results 1 – 25 of 35) sorted by relevance

12

/php-src/Zend/tests/enum/
H A D__unset.phpt2 Enum __unset
9 public function __unset($property) {
16 Fatal error: Enum Foo cannot include magic method __unset in %s on line %d
/php-src/Zend/tests/
H A Dmagic_methods_003.phpt2 Testing __unset declaring as static
7 static function __unset($a) {
14 Fatal error: Method foo::__unset() cannot be static in %s on line %d
H A Derrmsg_017.phpt2 errmsg: __unset() must take exactly 1 argument
7 function __unset() {
14 Fatal error: Method test::__unset() must take exactly 1 argument in %s on line %d
H A Dmagic_methods_002.phpt2 Testing __unset with private visibility
7 private function __unset($a) {
14 Warning: The magic method foo::__unset() must have public visibility in %s on line %d
H A Dmagic_methods_004.phpt2 Testing __unset() with protected visibility
7 protected function __unset($a) {
14 Warning: The magic method foo::__unset() must have public visibility in %s on line %d
H A Dmagic_methods_014.phpt2 __unset first parameter should be a string when typed
6 function __unset(array $name) {}
10 Fatal error: Foo::__unset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
H A Dmagic_by_ref_004.phpt2 passing parameter of __unset() by ref
7 function __unset(&$name) { }
18 Fatal error: Method test::__unset() cannot take arguments by reference in %s on line %d
H A Dbug52484.phpt7 function __unset($prop) {
21 #0 %s(%d): A->__unset('\x00')
H A Dbug71359.phpt22 public function __unset($name) {
23 echo "__unset($name)\n";
H A Dbug52879.phpt2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
H A Dmagic_methods_inheritance_rules.phpt32 public function __unset(string $name): void {}
64 public function __unset(string|array $name): void {}
H A Dmagic_methods_001.phpt7 function __unset($a) {
H A Dproperty_access_errors_for_guarded_properties.phpt29 public function __unset($k) {
H A Dbug33512.phpt16 function __unset($var) {
/php-src/Zend/tests/return_types/
H A D035.phpt2 __unset can only declare void return
6 function __unset($name) : bool {}
10 Fatal error: Foo::__unset(): Return type must be void when declared in %s on line %d
/php-src/ext/spl/tests/
H A Dbug45622b.phpt9 function __unset($n) { echo "In " . __METHOD__ . "!\n"; }
19 echo "Doesn't trigger __unset.\n";
30 Doesn't trigger __unset.
H A DarrayObject_magicMethods5.phpt29 function __unset($name) {
177 In UsesMagic::__unset(a)
178 In UsesMagic::__unset(nonexistent)
179 In UsesMagic::__unset(dynamic)
H A DarrayObject_magicMethods1.phpt24 function __unset($name) {
H A DarrayObject_magicMethods3.phpt24 function __unset($name) {
H A DarrayObject_magicMethods2.phpt24 function __unset($name) {
H A DarrayObject_magicMethods4.phpt29 function __unset($name) {
/php-src/Zend/tests/readonly_props/
H A Dmagic_get_set.phpt22 public function __unset($name) {
74 Test::__unset(prop)
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt19 public function __unset($name) {
20 echo "__unset ", $name, "\n";
/php-src/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt49 public function __unset($a) {}
145 Modifiers for method TestClass::__unset():
233 Modifiers for method TestClass::__unset():
/php-src/ext/soap/tests/
H A Dclassmap004.phpt20 function __unset($name) {

Completed in 44 milliseconds

12