Home
last modified time | relevance | path

Searched refs:interface (Results 26 – 50 of 227) sorted by relevance

12345678910

/PHP-5.5/tests/classes/
H A Dctor_in_interface_02.phpt5 interface constr1
10 interface constr2 extends constr1
21 interface constr3
H A Dtype_hinting_001.phpt8 interface Foo {
12 interface Bar {
38 Catchable fatal error: Argument 1 passed to FooBar::a() must implement interface Foo, instance of B…
H A Dinterface_constant_inheritance_004.phpt5 interface IA {
9 interface IB extends IA {
H A Dinterface_member.phpt2 ZE2 An interface cannot have properties
8 interface if_a {
H A Dinterface_method.phpt2 ZE2 An interface method must be abstract
8 interface if_a {
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_send.phpt10 die("skip interface 1 either doesn't exist or has no ipv4 address");
37 echo "interface 0:\n";
42 echo "interface 1:\n";
61 interface 0:
64 interface 1:
H A Dmcast_ipv6_send.phpt14 die("skip interface 1 either doesn't exist or has no ipv6 address");
41 echo "interface 0:\n";
46 echo "interface 1:\n";
65 interface 0:
68 interface 1:
/PHP-5.5/Zend/tests/
H A Dclass_constants_004.phpt2 Testing constants (normal, namespace, class and interface)
16 interface Ifoo {
21 $const2 = __NAMESPACE__ .'\\Ifoo'; // interface
H A Dinstanceof_002.phpt2 Testing instanceof operator with class and interface inheriteds
6 interface ITest {
9 interface IFoo extends ITest {
H A Dns_072.phpt2 Testing parameter type-hinted with interface
8 interface foo {
33 Catchable fatal error: Argument 1 passed to foo\bar::__construct() must implement interface foo\foo…
H A Dlsb_009.phpt2 ZE2 Late Static Binding interface name "static"
5 interface static {
H A Dinter_06.phpt2 Trying use name of an internal class as interface name
6 interface stdClass { }
H A Dclass_alias_004.phpt2 Testing creation of alias using an existing interface name
8 interface test { }
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 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 {
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_interfaces_basic_001.phpt18 foreach (get_declared_interfaces() as $interface) {
19 if (!interface_exists($interface)) {
20 echo "Error: $interface is not a valid interface.\n";
H A Dinterface_exists_variation3.phpt2 Test interface_exists() function : autoloaded interface
11 echo "*** Testing interface_exists() : autoloaded interface ***\n";
27 *** Testing interface_exists() : autoloaded interface ***
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt49 30: Objects returned by bad1::getIterator() must be traversable or implement interface Iterator
50 30: Objects returned by bad2::getIterator() must be traversable or implement interface Iterator
51 30: Objects returned by bad3::getIterator() must be traversable or implement interface Iterator
52 30: Objects returned by bad4::getIterator() must be traversable or implement interface Iterator
/PHP-5.5/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 {}
H A DReflectionClass_getInterfaceNames_basic.phpt8 interface Foo { }
10 interface Bar { }
/PHP-5.5/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 {

Completed in 24 milliseconds

12345678910