Home
last modified time | relevance | path

Searched refs:interface (Results 76 – 100 of 292) sorted by relevance

12345678910>>...12

/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_isInterface_basic.phpt9 interface TestInterface {}
11 interface DerivedInterface extends TestInterface {}
H A DReflectionClass_getModifiers_basic.phpt11 interface d {}
13 interface f extends d {}
/PHP-7.1/tests/classes/
H A Dinterface_must_be_implemented.phpt2 ZE2 An interface must be implemented
8 interface if_a {
H A Dinterfaces_003.phpt2 ZE2 interface and __construct
8 interface MyInterface
H A Dinterface_doubled.phpt2 ZE2 An interface extends base interfaces
8 interface if_a {
12 interface if_b {
16 interface if_c extends if_a, if_b {
20 interface if_d extends if_a, if_b {
24 interface if_e {
28 interface if_f extends /*if_e,*/ if_a, if_b, if_c, if_d /*, if_e*/ {
H A Dinterfaces_002.phpt2 ZE2 interface with an unimplemented method
8 interface ThrowableInterface {
H A Dautoload_interface.p5c3 interface autoload_interface {
H A Dinterface_optional_arg_003.inc2 interface I {
H A Dinterface_implemented.phpt2 ZE2 An interface is inherited
8 interface if_a {
12 interface if_b extends if_a {
/PHP-7.1/Zend/tests/
H A Dbug67938.phpt2 Bug #67938: Segfault when extending interface method with variadic
6 interface TestInterface {
H A Dget_class_methods_002.phpt2 get_class_methods(): Testing with interface
6 interface A {
H A Dbug69467.phpt2 Bug #69467 (Wrong checked for the interface by using Trait)
5 interface Baz {
H A Dbug71428.2.phpt7 interface StatementInterface {
13 interface StatementInterface1 {
H A Dbug49472.phpt6 interface ia {
27 Fatal error: Cannot inherit previously-inherited or override constant c from interface ia in %s on …
H A Dbug43200.phpt6 interface a {
10 interface b {
/PHP-7.1/ext/spl/tests/
H A Dcountable_class_basic1.phpt2 SPL: Test shape of interface Countable.
16 Interface [ <internal%s> interface Countable ] {
H A Dclass_implements_basic2.phpt14 interface foo { }
17 interface bar { }
/PHP-7.1/Zend/tests/traits/
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
11 interface baz {
/PHP-7.1/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt2 Test session_set_save_handler() function: interface wrong
19 echo "*** Testing session_set_save_handler() function: interface wrong ***\n";
21 interface MySessionHandlerInterface {
84 *** Testing session_set_save_handler() function: interface wrong ***
H A Dsession_set_save_handler_iface_003.phpt2 Test session_set_save_handler() function: id interface
19 echo "*** Testing session_set_save_handler() function: id interface ***\n";
80 *** Testing session_set_save_handler() function: id interface ***
H A Dsession_set_save_handler_iface_001.phpt2 Test session_set_save_handler() function: interface
19 echo "*** Testing session_set_save_handler() function: interface ***\n";
92 *** Testing session_set_save_handler() function: interface ***
/PHP-7.1/ext/standard/tests/array/
H A Dsizeof_object1.phpt2 Test sizeof() function : object functionality - object with Countable interface
22 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
48 -- Testing sizeof() with an object which implements Countable interface --
/PHP-7.1/ext/spl/examples/
H A Dclass_tree.php92 foreach($interfaces as $interface)
94 $implements = array_merge($implements, class_implements($interface));
/PHP-7.1/ext/standard/tests/serialize/
H A Dautoload_interface.p5c3 interface autoload_interface {
/PHP-7.1/ext/simplexml/tests/
H A Dbug37565.phpt34 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given
36 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given

Completed in 26 milliseconds

12345678910>>...12