Home
last modified time | relevance | path

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

123

/PHP-8.1/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.1/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.1/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
/PHP-8.1/Zend/tests/
H A Dabstract_inheritance_001.phpt2 Allow abstract function override
H A Dabstract_inheritance_002.phpt2 Allow abstract function override
H A Dns_094.phpt2 Type group use declarations should not allow override on inner items
/PHP-8.1/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.1/ext/tokenizer/tests/
H A DPhpToken_final_constructor.phpt15 Fatal error: Cannot override final method PhpToken::__construct() in %s on line %d
/PHP-8.1/ext/phar/tests/
H A Dfrontcontroller14.phpt2 Phar front controller mime type override, other
H A Dfrontcontroller16.phpt2 Phar front controller mime type override, Phar::PHP
/PHP-8.1/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.1/ext/phar/tests/tar/
H A Dfrontcontroller14.phar.phpt2 Phar front controller mime type override, other tar-based

Completed in 54 milliseconds

123