Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/tests/classes/
H A Dinterface_optional_arg_002.phpt2 default argument value in interface implementation
8 interface test {
H A Dctor_in_interface_01.phpt2 ZE2 A class constructor must keep the signature of an interface
5 interface constr
H A Dinterface_optional_arg.phpt2 ZE2 An interface method allows additional default arguments
10 interface test {
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 Throwable {
H A Dautoload_interface.p5c3 interface autoload_interface {
/PHP-5.5/Zend/tests/
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 { }
H A Dbug69467.phpt2 Bug #69467 (Wrong checked for the interface by using Trait)
5 interface Baz {
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 Dget_class_methods_002.phpt2 get_class_methods(): Testing with interface
6 interface A {
H A Dbug43200.phpt6 interface a {
10 interface b {
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt14 "interface" => "lo",
17 die("SKIP joining group 224.0.0.23 on interface lo failed");
26 "interface" => "lo",
/PHP-5.5/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-5.5/ext/spl/tests/
H A Dcountable_class_basic1.phpt2 SPL: Test shape of interface Countable.
16 Interface [ <internal%s> interface Countable ] {
/PHP-5.5/Zend/tests/traits/
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
11 interface baz {
/PHP-5.5/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 {
85 *** 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";
93 *** Testing session_set_save_handler() function: interface ***
/PHP-5.5/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-5.5/ext/spl/examples/
H A Dclass_tree.php92 foreach($interfaces as $interface)
94 $implements = array_merge($implements, class_implements($interface));
/PHP-5.5/ext/standard/tests/serialize/
H A Dautoload_interface.p5c3 interface autoload_interface {

Completed in 31 milliseconds

12345678910