Home
last modified time | relevance | path

Searched refs:name (Results 301 – 325 of 2218) sorted by path

1...<<11121314151617181920>>...89

/php-src/Zend/tests/
H A Dmagic_methods_017.phpt6 static function __callStatic(int $name, array $arguments) {}
10 Fatal error: Foo::__callStatic(): Parameter #1 ($name) must be of type string when declared in %s o…
H A Dmagic_methods_018.phpt6 static function __callStatic(string $name, \Arguments $args) {}
H A Dmagic_methods_019.phpt6 public function __unserialize(string $name) {}
10 Fatal error: Foo::__unserialize(): Parameter #1 ($name) must be of type array when declared in %s o…
H A Dmagic_methods_inheritance_rules.phpt6 public function __call(string $name, array $arguments): mixed {}
8 public static function __callStatic(string $name, array $arguments): mixed {}
14 public function __get(string $name): mixed {}
18 public function __isset(string $name): bool {}
22 public function __set(string $name, mixed $value): void {}
32 public function __unset(string $name): void {}
44 public function __get(string $name): int|string {}
54 public function __get(string|array $name): int|string {}
56 public function __isset(string|bool $name): bool {}
58 public function __set(string|bool|float $name, mixed $value): void {}
[all …]
H A Dmagic_methods_inheritance_rules_non_trivial_01.phpt6 public function __get(string|array $name): mixed {} // valid
10 public function __get(string|array|object $name): int {} // also valid
14 public function __get(string|array $name): int {} // this is invalid
18 …or: Declaration of C::__get(array|string $name): int must be compatible with B::__get(object|array…
H A Dmagic_methods_inheritance_rules_non_trivial_02.phpt6 public function __get(string|array $name): mixed {} // valid
10 public function __get(string|array|object $name): int {} // also valid
14 public function __get(string|array|object $name): int|float {} // this is invalid
18 …ation of C::__get(object|array|string $name): int|float must be compatible with B::__get(object|ar…
H A Dmagic_methods_sleep.phpt6 public function __sleep(string $name) {}
H A Dmagic_methods_wakeup.phpt6 public function __wakeup(string $name) {}
H A Dmethod_argument_binding.phpt33 public function __call($name, $args) { }
H A Dmethods-on-non-objects-call-user-func.phpt13 …ent #1 ($callback) must be a valid callback, first array member is not a valid class name or object
H A Dname_collision_09.phpt16 Fatal error: Cannot declare const Bazzle\BAR because the name is already in use in %s on line %d
H A Dnamespace_name_namespace.phpt2 Cannot use "namespace" as namespace name, due to conflict with ns-relative names
10 Fatal error: Cannot use 'NAMEspace' as namespace name in %s on line %d
H A Dnamespace_name_namespace_start.phpt2 Cannot use "namespace\xyz" as namespace name, due to conflict with ns-relative names
10 Parse error: syntax error, unexpected namespace-relative name "NAMEspace\xyz", expecting "{" in %s …
H A Dnamespace_name_reserved_keywords.phpt2 Reserved keywords in namespace name
H A Dns_003.phpt2 003: Name conflict (ns name)
H A Dns_004.phpt2 004: Using global class name from namespace (unqualified - fail)
H A Dns_005.phpt2 005: Name conflict (php name in case if ns name exists)
H A Dns_006.phpt2 006: Run-time name conflict (ns name)
H A Dns_007.phpt2 007: Run-time name conflict (php name)
H A Dns_008.phpt2 008: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_009.phpt2 009: __NAMESPACE__ constant and runtime names (php name)
H A Dns_013.phpt2 013: Name conflict and functions (ns name)
H A Dns_014.phpt2 014: Name conflict and functions (php name)
H A Dns_015.phpt2 015: Name conflict and functions (php name in case if ns name exists)
/php-src/Zend/tests/named_params/
H A Dattributes_named_flags_incorrect.phpt2 Named flags parameter for Attribute attribute (incorrect parameter name)

Completed in 101 milliseconds

1...<<11121314151617181920>>...89