Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/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.2/tests/classes/
H A Dinterface_optional_arg_002.phpt2 default argument value in interface implementation
6 interface test {
H A Dinterface_constant_inheritance_004.phpt5 interface IA {
9 interface IB extends IA {
H A Dinterface_optional_arg.phpt2 ZE2 An interface method allows additional default arguments
8 interface test {
H A Dinterface_must_be_implemented.phpt2 ZE2 An interface must be implemented
6 interface if_a {
H A Dctor_in_interface_01.phpt2 ZE2 A class constructor must keep the signature of an interface
5 interface constr
/PHP-7.2/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 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
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_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
6 interface a { }
H A Dtrait_exists_003.phpt2 Checking trait_exists(): interface, trait, abstract and final class
6 interface a { }
/PHP-7.2/ext/sockets/tests/
H A Dsocket_getopt.phpt36 echo "interface 0:\n";
41 echo "interface 1:\n";
68 interface 0:
71 interface 1:
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_getInterfaceNames_basic.phpt8 interface Foo { }
10 interface Bar { }
/PHP-7.2/Zend/tests/nullable_types/
H A Dcontravariant_nullable_return_fails.phpt6 interface A {
10 interface B extends A {
/PHP-7.2/Zend/tests/return_types/
H A Dinheritance003.phpt2 Return type mismatch; implements interface
6 interface A {
H A D009.phpt5 interface foo {
9 interface biz {}
/PHP-7.2/Zend/tests/traits/bugs/
H A Dinterfaces.phpt2 Make sure trait does not implement an interface.
7 interface MyInterface {

Completed in 24 milliseconds

12345678910>>...12