Searched refs:interfaces (Results 1 – 25 of 49) sorted by relevance
12
2 Test get_declared_interfaces() function : autoloading of interfaces5 echo "*** Testing get_declared_interfaces() : autoloading of interfaces ***\n";22 *** Testing get_declared_interfaces() : autoloading of interfaces ***
21 echo "\n-- Ensure userspace interfaces are not listed --\n";38 -- Ensure userspace interfaces are not listed --
21 echo "\n-- Ensure userspace interfaces are listed --\n";38 -- Ensure userspace interfaces are listed --
22 echo "\n-- Ensure userspace interfaces are not listed --\n";44 -- Ensure userspace interfaces are not listed --
2 SPL: Test class_implements() function : variation - no interfaces and autoload7 echo "--- testing no interfaces ---\n";23 --- testing no interfaces ---
2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)18 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.
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
1116 entry = iface->interfaces[if_num]; in zend_do_inherit_interfaces()1487 if (ce->interfaces[i] == NULL) { in zend_do_implement_interface()1533 efree(interfaces); in zend_do_implement_interfaces()1538 if (interfaces[j] == iface) { in zend_do_implement_interfaces()1540 efree(interfaces); in zend_do_implement_interfaces()1566 ce->interfaces = interfaces; in zend_do_implement_interfaces()2448 interfaces = emalloc( in zend_do_link_class()2451 memcpy(interfaces, parent->interfaces, in zend_do_link_class()2461 efree(interfaces); in zend_do_link_class()2477 if (interfaces) { in zend_do_link_class()[all …]
2 Bug #30922 (reflective functions crash PHP when interfaces extend themselves)
2 054: namespace and interfaces
2 Bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)
2 bug #71428.2: inheritance of ye olde dynamic interfaces
25 // The traits themselves should not implement Stringable -- traits cannot implement interfaces.
2 Bug #30234 (__autoload() not invoked for interfaces)
Completed in 42 milliseconds