Home
last modified time | relevance | path

Searched refs:interface (Results 101 – 125 of 227) sorted by relevance

12345678910

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isCloneable_002.phpt16 interface baz {
H A Dbug29828.phpt6 interface Bla
H A DReflectionObject_isInstantiable_basic.phpt8 interface iface {
/PHP-5.5/ext/sockets/tests/
H A Dbug63000.phpt18 "interface" => 0,
/PHP-5.5/Zend/tests/
H A Dbug30922.phpt5 interface RecurisiveFooFar extends RecurisiveFooFar {}
H A Dbug47981.phpt12 interface a{}
H A Dbug44414.phpt8 interface B {
H A Dbug47593.phpt14 interface baz {
H A Dbug26229.phpt28 Objects returned by array_iterator::getIterator() must be traversable or implement interface Iterat…
H A Dbug53727.phpt5 interface MyInterface {
H A Dbug49908.phpt2 Bug #49908 (throwing exception in __autoload crashes when interface is not defined)
H A Dbug62358.phpt18 interface I {
/PHP-5.5/tests/classes/
H A Dinterface_method_final.phpt2 ZE2 An interface method cannot be final
H A Dctor_in_interface_03.phpt5 interface constr
H A Dctor_in_interface_04.phpt5 interface constr
H A Diterators_005.phpt19 Fatal error: Class test must implement interface Traversable as part of either Iterator or Iterator…
H A Dabstract_by_interface_001.phpt9 interface MyInterface
/PHP-5.5/Zend/tests/traits/
H A Dinterface_003.phpt2 Testing to implement Serializable interface by traits
H A Dbug60153.phpt6 interface IFoo {
/PHP-5.5/Zend/
H A Dzend_interfaces.c294 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type TSR… in zend_implement_traversable() argument
317 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type TSRML… in zend_implement_aggregate() argument
332 interface->name, in zend_implement_aggregate()
353 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type TSRMLS… in zend_implement_iterator() argument
364 interface->name, in zend_implement_iterator()
384 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type TSR… in zend_implement_arrayaccess() argument
474 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type TS… in zend_implement_serializable() argument
/PHP-5.5/ext/spl/tests/
H A Diterator_count.phpt26 Catchable fatal error: Argument 1 passed to iterator_count() must implement interface Traversable, …
H A Diterator_to_array.phpt25 Catchable fatal error: Argument 1 passed to iterator_to_array() must implement interface Traversabl…
H A Dclass_implements_basic.phpt14 interface foo { }
/PHP-5.5/ext/spl/internal/
H A Drecursiveiterator.inc18 interface RecursiveIterator extends Iterator
/PHP-5.5/tests/lang/
H A D039.phpt6 interface Catchable

Completed in 25 milliseconds

12345678910