Home
last modified time | relevance | path

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

123

/PHP-8.2/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-8.2/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-8.2/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
H A Dfinal_private_ctor.phpt21 Fatal error: Cannot override final method Base::__construct() in %s on line %d
/PHP-8.2/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-8.2/Zend/tests/
H A Dabstract_inheritance_001.phpt2 Allow abstract function override
H A Dabstract_inheritance_002.phpt2 Allow abstract function override
/PHP-8.2/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
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-8.2/ext/tokenizer/tests/
H A DPhpToken_final_constructor.phpt15 Fatal error: Cannot override final method PhpToken::__construct() in %s on line %d
/PHP-8.2/ext/phar/tests/
H A Dfrontcontroller14.phpt2 Phar front controller mime type override, other
/PHP-8.2/Zend/tests/constants/final_constants/
H A Dfinal_const2.phpt18 Fatal error: Bar::A cannot override final constant Foo::A in %s on line %d
H A Dfinal_const5.phpt18 Fatal error: C::X cannot override final constant I::X in %s on line %d
/PHP-8.2/ext/oci8/tests/
H A Dlob_prefetch_ini.phpt119 print("Test 3 - CLOB override prefetch_lob_size 0\n");
128 print("Test 4 - CLOB override prefetch_lob_size 1000\n");
155 Test 3 - CLOB override prefetch_lob_size 0
159 Test 4 - CLOB override prefetch_lob_size 1000

Completed in 18 milliseconds

123