Searched refs:interfaces (Results 1 – 25 of 56) sorted by relevance
123
88 $interfaces = array_diff(class_implements($result), class_implements($parent));89 if ($interfaces)92 foreach($interfaces as $interface)96 $interfaces = array_diff($interfaces, $implements);97 natcasesort($interfaces);98 $result .= ' (' . join(', ', $interfaces) . ')';
2 Test get_declared_interfaces() function : autoloading of interfaces6 * Description: Returns an array of all declared interfaces.12 echo "*** Testing get_declared_interfaces() : autoloading of interfaces ***\n";29 *** Testing get_declared_interfaces() : autoloading of interfaces ***
6 * Description: Returns an array of all declared interfaces.28 echo "\n-- Ensure userspace interfaces are listed --\n";45 -- Ensure userspace interfaces are listed --
28 echo "\n-- Ensure userspace interfaces are not listed --\n";45 -- Ensure userspace interfaces are not listed --
29 echo "\n-- Ensure userspace interfaces are not listed --\n";51 -- Ensure userspace interfaces are not listed --
2 SPL: Test class_implements() function : variation - no interfaces and autoload6 * Description: Return all classes and interfaces implemented by SPL13 echo "--- testing no interfaces ---\n";30 --- testing no interfaces ---
6 * Description: Return all classes and interfaces implemented by SPL
2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)17 Fatal error: Cannot use traits inside of interfaces. foo is used in MyInterface in %s on line %d
17 $interfaces = $rc->getInterfaces();18 print_r($interfaces);
38 $interfaces = $rc->getInterfaces();39 // Sort interfaces so that tests do not fail because of wrong order.40 ksort($interfaces);41 print_r($interfaces);
19 echo "\n\nObtain the array of interfaces implemented by C.\n";50 Obtain the array of interfaces implemented by C.
3 Implement the classes/interfaces from the .inc files in
2 ZE2 interfaces
2 ZE2 A class can only implement interfaces
2 Ensure a class may implement two interfaces which include the same constant (due to inheritance).
2 ZE2 method inheritance without interfaces
2 ZE2 A class constructor must keep the signature of base class interfaces
2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
2 ZE2 A class constructor must keep the signature of all interfaces
2 Bug #30922 (reflective functions crash PHP when interfaces extend themselves)
2 Bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)
2 bug #71428.2: inheritance of ye olde dynamic interfaces
2 054: namespace and interfaces
Completed in 106 milliseconds