Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 81) sorted by relevance

1234

/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h38 ~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 Dattribute_hash_table_leak.phpt12 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 Dattribute_arguments.phpt18 $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 Dfinal_ctor1.phpt2 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 Derror_014.phpt2 Trying to override final method
23 Fatal error: Cannot override final method baz::test() in %s on line %d
H A Dconstant_014.phpt2 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 DXMLDocument_createFromString_override_encoding.phpt14 // The override encoding matches with the document encoding attribute
19 // The override encoding mismatches with the document encoding attribute
H A DXMLDocument_createFromFile_override_encoding.phpt14 // 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 DHTMLDocument_createFromFile_override_encoding.phpt14 // The override encoding matches with the document encoding attribute
19 // The override encoding mismatches with the document encoding attribute
H A DHTMLDocument_createFromString_override_encoding.phpt14 // 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 Dstatic_variables_global.phpt2 Global can override static variable
H A Dabstract_inheritance_001.phpt2 Allow abstract function override
H A Dabstract_inheritance_002.phpt2 Allow abstract function override
H A Dstatic_variables_closure_bind.phpt2 Static variable can't override bound closure variables
H A Dstatic_variables_global_2.phpt2 Static variable can override global
/php-src/ext/standard/tests/general_functions/
H A Dheader_redirection_005.phpt2 Location: headers do not override the 201 response code
H A Dheader_redirection_008.phpt2 Location: headers do not override the 302 Found response code
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
H A Dheader_redirection_006.phpt2 Location: headers do not override the 300 Multiple Choices response code
H A Dheader_redirection_007.phpt2 Location: headers do not override the 301 Moved Permanently response code
H A Dheader_redirection_009.phpt2 Location: headers do not override the 303 See Other response code
H A Dheader_redirection_010.phpt2 Location: headers do not override the 304 Not Modified response code
H A Dheader_redirection_011.phpt2 Location: headers do not override the 305 Use Proxy response code
H A Dheader_redirection_012.phpt2 Location: headers do not override the 307 Temporary Redirect response code
H A Dheader_redirection_013.phpt2 Location: headers do not override the 308 Permanent Redirect response code

Completed in 24 milliseconds

1234