Searched refs:override (Results 1 – 25 of 70) sorted by relevance
123
38 ~CodePointBreakIterator() override;60 int32_t first(void) override;62 int32_t last(void) override;64 int32_t previous(void) override;66 int32_t next(void) override;68 int32_t current(void) const override;70 int32_t following(int32_t offset) override;72 int32_t preceding(int32_t offset) override;74 UBool isBoundary(int32_t offset) override;76 int32_t next(int32_t n) override;[all …]
12 var_dump($o->override("foo"));16 var_dump($o->override("foo"));19 public function override(string $parameter): int27 var_dump($o->override("foo"));30 public function override(#[ZendTestParameterAttribute] string $parameter): int38 var_dump($o->override("foo"));46 public function override(#[SomeAttribute] string $parameter): int54 var_dump($o->override("foo"));
18 $reflection = new ReflectionMethod("ZendTestClassWithMethodWithParameterAttribute", "override");28 $reflection = new ReflectionMethod("ZendTestChildClassWithMethodWithParameterAttribute", "override"…34 public function override(string $parameter): int45 $reflection = new ReflectionMethod("ChildClassWithNoAttribute", "override");49 public function override(#[ZendTestParameterAttribute("value5")] string $parameter): int60 $reflection = new ReflectionMethod("ChildClassWithSameAttribute", "override");71 public function override(#[SomeAttribute("value6")] string $parameter): int82 $reflection = new ReflectionMethod("ChildClassWithDifferentAttribute", "override");
2 ZE2 cannot override final __construct26 Fatal error: Cannot override final method Base::__construct() in %s on line %d
21 Fatal error: Cannot override final method Base::__construct() in %s on line %d
2 Trying to override final method23 Fatal error: Cannot override final method baz::test() in %s on line %d
2 Cannot override a final trait constant in a class derived from the class that uses the trait21 Fatal error: DerivedClass::Constant cannot override final constant ComposingClass::Constant in %s o…
2 Allow abstract function override
2 Location: headers do not override the 201 response code
2 Location: headers do not override the 302 Found response code
2 Location: headers override non-201 and 3xx response codes
2 Location: headers do not override the 300 Multiple Choices response code
2 Location: headers do not override the 301 Moved Permanently response code
2 Location: headers do not override the 303 See Other response code
2 Location: headers do not override the 304 Not Modified response code
2 Location: headers do not override the 305 Use Proxy response code
2 Location: headers do not override the 307 Temporary Redirect response code
2 Location: headers do not override the 308 Permanent Redirect response code
2 Location: headers do not override the 399 Choose Your Own Adventure response code
15 Fatal error: Cannot override final method PhpToken::__construct() in %s on line %d
2 Phar front controller mime type override, other
2 Phar front controller mime type override, Phar::PHP
18 Fatal error: Bar::A cannot override final constant Foo::A in %s on line %d
18 Fatal error: C::X cannot override final constant I::X in %s on line %d
Completed in 25 milliseconds