Home
last modified time | relevance | path

Searched refs:final (Results 26 – 50 of 154) sorted by relevance

1234567

/php-src/Zend/tests/
H A Dbug75218.phpt14 try_eval('if (false) {class C { final final function foo($fff) {}}}');
21 Multiple final modifiers are not allowed
H A Daccess_modifiers_002.phpt7 static public public static final public final $var;
H A Daccess_modifiers_001.phpt7 static public public static final public final function foo() {
H A Dtrait_exists_003.phpt2 Checking trait_exists(): interface, trait, abstract and final class
10 final class c { }
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
10 final class c { }
H A Dlsb_018.phpt10 static final public function getInstance()
19 public final function getInstanceId()
23 public final function identify()
/php-src/ext/random/tests/
H A Dengines.inc7 final class TestShaEngine implements Engine
28 final class TestWrapperEngine implements Engine
49 final class TestXoshiro128PlusPlusEngine implements Engine
83 final class TestCountingEngine32 implements Engine
93 final class TestCountingEngine64 implements Engine
/php-src/Zend/tests/enum/
H A Dfinal.phpt2 Enum is final
12 Fatal error: Class Bar cannot extend final class Foo in %s on line %d
/php-src/ext/standard/tests/class_object/
H A Dbug78638.phpt2 FR: #78638 (__PHP_Incomplete_Class should be final)
9 Fatal error: Class __PHP_Incomplete_Class@anonymous cannot extend final class __PHP_Incomplete_Clas…
/php-src/ext/tokenizer/tests/
H A DPhpToken_final_constructor.phpt2 Check that the PhpToken constructor is final
15 Fatal error: Cannot override final method PhpToken::__construct() in %s on line %d
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const13.phpt2 Bug GH-7757 (Multi-inherited final constant causes fatal error)
6 final public const TEST = 'this';
H A Dfinal_const2.phpt8 final const A = "foo";
18 Fatal error: Bar::A cannot override final constant Foo::A in %s on line %d
H A Dfinal_const5.phpt8 final public const X = 1;
18 Fatal error: C::X cannot override final constant I::X in %s on line %d
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_in_final_class.phpt2 While it may not be very useful, static is also permitted in final classes
6 final class Test {
/php-src/Zend/tests/traits/
H A Derror_005.phpt2 Trying to use a final class as trait
6 final class abc {
H A Dlanguage020.phpt2 final alias - positive test variation
12 T1::foo as final;
/php-src/tests/classes/
H A Dfinal_private_ctor.phpt8 private final function __construct()
21 Fatal error: Cannot override final method Base::__construct() in %s on line %d
H A Dclone_005.phpt9 final protected function __clone() {}
19 Fatal error: Cannot override final method base::__clone() in %sclone_005.php on line 11
H A Dfinal.phpt2 ZE2 A method may be redeclared final
16 final function show() {
/php-src/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt10 final class c {}
22 final function g() {}
64 string(5) "final"
115 string(5) "final"
H A DReflectionClass_newInstanceWithoutConstructor.phpt31 final class Bar extends ArrayObject {
45 Class Generator is an internal class marked as final that cannot be instantiated without invoking i…
/php-src/ext/dom/tests/modern/html/interactions/
H A Dwithout_constructor.phpt19 Class DOM\HTMLDocument is an internal class marked as final that cannot be instantiated without inv…
20 Class DOM\XMLDocument is an internal class marked as final that cannot be instantiated without invo…
/php-src/ext/opcache/tests/opt/
H A Dtype_inference_final_class.phpt2 Type inference test with final class
15 final class Test {
H A Dtype_inference_class_consts2.phpt17 public final const BAR = 42;
21 final class Test2 extends Test1 {
/php-src/ext/dba/libcdb/
H A Dcdb_make.c64 c->pos = sizeof(c->final); in cdb_make_start()
194 uint32_pack(c->final + 8 * i,c->pos); in cdb_make_finish()
195 uint32_pack(c->final + 8 * i + 4,len); in cdb_make_finish()
232 if (cdb_make_write(c, c->final, sizeof(c->final)) != 0) in cdb_make_finish()

Completed in 21 milliseconds

1234567