Home
last modified time | relevance | path

Searched refs:interface (Results 176 – 200 of 292) sorted by relevance

12345678910>>...12

/PHP-7.1/ext/spl/tests/
H A Dclass_implements_basic.phpt14 interface foo { }
H A Diterator_count.phpt26 Fatal error: Uncaught TypeError: Argument 1 passed to iterator_count() must implement interface Tra…
H A Diterator_to_array.phpt25 Fatal error: Uncaught TypeError: Argument 1 passed to iterator_to_array() must implement interface
/PHP-7.1/ext/wddx/tests/
H A Dbug73831.phpt23 Cannot instantiate interface Throwable
/PHP-7.1/ext/reflection/tests/
H A DReflectionObject_isInstantiable_basic.phpt8 interface iface {
H A DReflectionClass_isInstantiable_basic.phpt8 interface iface {
H A DReflectionClass_modifiers_001.phpt12 interface I {}
H A DReflectionClass_getInterfaces_004.phpt8 interface I {}
/PHP-7.1/tests/classes/
H A Dabstract_by_interface_001.phpt9 interface MyInterface
H A Dabstract_by_interface_002.phpt9 interface MyInterface
H A Dabstract_static.phpt6 interface showable
/PHP-7.1/tests/lang/
H A D039.phpt6 interface Catchable
/PHP-7.1/Zend/tests/typehints/
H A Dor_null.phpt17 interface RealInterface {}
230 TypeError: Argument 1 passed to loadedInterface() must implement interface RealInterface or be null…
242 TypeError: Argument 1 passed to loadedInterface() must implement interface RealInterface or be null…
266 TypeError: Return value of returnLoadedInterface() must implement interface RealInterface or be nul…
278 TypeError: Return value of returnLoadedInterfaceScalar() must implement interface RealInterface or …
302 TypeError: Return value of returnMissingLoadedInterface() must implement interface RealInterface or…
/PHP-7.1/ext/standard/tests/array/
H A Darray_map_object1.phpt17 * 6) interface and implemented class
106 echo "-- class implementing an interface --\n";
107 interface myInterface
198 -- class implementing an interface --
/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt31 var $interface = 'interface';
111 echo $obj->interface, PHP_EOL;
192 interface
H A Dsemi_reserved_004.phpt31 static $interface = 'interface';
109 echo Obj::$interface, PHP_EOL;
188 interface
/PHP-7.1/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt10 interface DB {
/PHP-7.1/Zend/tests/
H A D013.phpt6 interface foo {
H A Dis_a.phpt15 interface I {
H A D010.phpt6 interface i {
H A Dbug63111.phpt8 interface MyInterface {
/PHP-7.1/ext/standard/tests/general_functions/
H A Dis_object.phpt34 // interface class
35 interface IValue
41 // implement the interface
H A Dvar_export_basic6.phpt35 // interface class
36 interface iValue
41 // implement the interface
/PHP-7.1/ext/curl/tests/
H A Dcurl_version_error.phpt10 * Source code: ext/curl/interface.c
/PHP-7.1/ext/xml/tests/
H A Dbug25666.phpt2 Bug #25666 (XML namespaces broken in libxml-based SAX interface)

Completed in 51 milliseconds

12345678910>>...12