/php-src/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.h | 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 …]
|
/php-src/ext/zend_test/tests/ |
H A D | attribute_hash_table_leak.phpt | 12 var_dump($o->override("foo")); 16 var_dump($o->override("foo")); 19 public function override(string $parameter): int 27 var_dump($o->override("foo")); 30 public function override(#[ZendTestParameterAttribute] string $parameter): int 38 var_dump($o->override("foo")); 46 public function override(#[SomeAttribute] string $parameter): int 54 var_dump($o->override("foo"));
|
H A D | attribute_arguments.phpt | 18 $reflection = new ReflectionMethod("ZendTestClassWithMethodWithParameterAttribute", "override"); 28 $reflection = new ReflectionMethod("ZendTestChildClassWithMethodWithParameterAttribute", "override"… 34 public function override(string $parameter): int 45 $reflection = new ReflectionMethod("ChildClassWithNoAttribute", "override"); 49 public function override(#[ZendTestParameterAttribute("value5")] string $parameter): int 60 $reflection = new ReflectionMethod("ChildClassWithSameAttribute", "override"); 71 public function override(#[SomeAttribute("value6")] string $parameter): int 82 $reflection = new ReflectionMethod("ChildClassWithDifferentAttribute", "override");
|
/php-src/tests/classes/ |
H A D | final_ctor1.phpt | 2 ZE2 cannot override final __construct 26 Fatal error: Cannot override final method Base::__construct() in %s on line %d
|
/php-src/Zend/tests/traits/ |
H A D | error_014.phpt | 2 Trying to override final method 23 Fatal error: Cannot override final method baz::test() in %s on line %d
|
H A D | constant_014.phpt | 2 Cannot override a final trait constant in a class derived from the class that uses the trait 21 Fatal error: DerivedClass::Constant cannot override final constant ComposingClass::Constant in %s o…
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | XMLDocument_createFromString_override_encoding.phpt | 14 // The override encoding matches with the document encoding attribute 19 // The override encoding mismatches with the document encoding attribute
|
H A D | XMLDocument_createFromFile_override_encoding.phpt | 14 // The override encoding matches with the document encoding attribute 19 // The override encoding mismatches with the document encoding attribute
|
/php-src/ext/dom/tests/modern/html/encoding/ |
H A D | HTMLDocument_createFromFile_override_encoding.phpt | 14 // The override encoding matches with the document encoding attribute 19 // The override encoding mismatches with the document encoding attribute
|
H A D | HTMLDocument_createFromString_override_encoding.phpt | 14 // The override encoding matches with the document encoding attribute 19 // The override encoding mismatches with the document encoding attribute
|
/php-src/Zend/tests/ |
H A D | static_variables_global.phpt | 2 Global can override static variable
|
H A D | abstract_inheritance_001.phpt | 2 Allow abstract function override
|
H A D | abstract_inheritance_002.phpt | 2 Allow abstract function override
|
H A D | static_variables_closure_bind.phpt | 2 Static variable can't override bound closure variables
|
H A D | static_variables_global_2.phpt | 2 Static variable can override global
|
/php-src/ext/standard/tests/general_functions/ |
H A D | header_redirection_005.phpt | 2 Location: headers do not override the 201 response code
|
H A D | header_redirection_008.phpt | 2 Location: headers do not override the 302 Found response code
|
H A D | header_redirection_002.phpt | 2 Location: headers override non-201 and 3xx response codes
|
H A D | header_redirection_006.phpt | 2 Location: headers do not override the 300 Multiple Choices response code
|
H A D | header_redirection_007.phpt | 2 Location: headers do not override the 301 Moved Permanently response code
|
H A D | header_redirection_009.phpt | 2 Location: headers do not override the 303 See Other response code
|
H A D | header_redirection_010.phpt | 2 Location: headers do not override the 304 Not Modified response code
|
H A D | header_redirection_011.phpt | 2 Location: headers do not override the 305 Use Proxy response code
|
H A D | header_redirection_012.phpt | 2 Location: headers do not override the 307 Temporary Redirect response code
|
H A D | header_redirection_013.phpt | 2 Location: headers do not override the 308 Permanent Redirect response code
|