Home
last modified time | relevance | path

Searched refs:interface (Results 51 – 75 of 293) sorted by relevance

12345678910>>...12

/PHP-7.4/tests/classes/
H A Dinterface_optional_arg_002.phpt2 default argument value in interface implementation
6 interface test {
H A Dinterface_optional_arg.phpt2 ZE2 An interface method allows additional default arguments
8 interface test {
H A Dinterface_constant_inheritance_004.phpt5 interface IA {
9 interface IB extends IA {
/PHP-7.4/Zend/tests/traits/
H A Dinterface_001.phpt2 Using traits to implement interface
11 interface baz {
H A Derror_003.phpt2 Trying to use an interface as trait
6 interface abc {
/PHP-7.4/ext/opcache/tests/
H A Dverify_return_instanceof.phpt5 interface foo { }
7 interface biz {}
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dunlinked_parent_2.phpt2 Using an unlinked parent interface
11 interface B extends A {
H A Dtrait_success.phpt9 interface InterfaceB extends InterfaceA {}
12 interface InterfaceA {}
/PHP-7.4/Zend/tests/
H A Dname_collision_05.phpt2 Object naming collision error: interface/trait
6 interface A { }
H A Dobjects_012.phpt9 interface bar extends foo {
15 Fatal error: bar cannot implement foo - it is not an interface in %s on line %d
H A Dbug71871.phpt6 interface test {
12 Fatal error: Access type for interface method test::test() must be omitted in %s on line %d
H A Dbug71871_2.phpt6 interface test {
12 Fatal error: Access type for interface method test::test() must be omitted in %s on line %d
H A Derrmsg_035.phpt2 errmsg: cannot use 'self' as interface name
12 Fatal error: Cannot use 'self' as interface name as it is reserved in %s on line %d
H A Derrmsg_036.phpt2 errmsg: cannot use 'parent' as interface name
12 Fatal error: Cannot use 'parent' as interface name as it is reserved in %s on line %d
H A Dmagic_methods_005.phpt2 Testing __call() declaration in interface with wrong modifier
6 interface a {
H A Dmagic_methods_006.phpt2 Testing __callstatic declaration in interface with missing the 'static' modifier
6 interface a {
H A Dclass_alias_004.phpt2 Testing creation of alias using an existing interface name
8 interface test { }
H A Dclass_alias_010.phpt6 interface a { }
14 Warning: Cannot declare interface b, because the name is already in use in %s on line %d
/PHP-7.4/ext/spl/tests/
H A Dcountable_class_basic1.phpt2 SPL: Test shape of interface Countable.
8 Interface [ <internal%s> interface Countable ] {
/PHP-7.4/Zend/tests/return_types/
H A D008.phpt2 Return type covariance in interface implementation
5 interface foo {
H A Dinheritance003.phpt2 Return type mismatch; implements interface
6 interface A {
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt13 interface I0 {}
14 interface I1 {}
15 interface I2 {}
16 interface I3 {}
17 interface I4 extends I3 {}
18 interface I5 extends I4 {}
19 interface I6 extends I5, I1, I2 {}
20 interface I7 extends I6 {}
/PHP-7.4/Zend/tests/traits/bugs/
H A Dinterfaces.phpt2 Make sure trait does not implement an interface.
7 interface MyInterface {
/PHP-7.4/Zend/tests/nullable_types/
H A Dcontravariant_nullable_return_fails.phpt6 interface A {
10 interface B extends A {
/PHP-7.4/ext/sockets/tests/
H A Dsocket_getopt.phpt36 echo "interface 0:\n";
41 echo "interface 1:\n";
68 interface 0:
71 interface 1:

Completed in 32 milliseconds

12345678910>>...12