Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/Zend/tests/
H A Dbug62441.phpt6 interface Iface {
H A Dbug74657.phpt6 interface I {
H A Dbug49908.phpt2 Bug #49908 (throwing exception in __autoload crashes when interface is not defined)
H A D013.phpt6 interface foo {
/PHP-7.2/Zend/tests/return_types/
H A Dgenerators003.phpt5 interface Collection extends IteratorAggregate {
/PHP-7.2/ext/date/tests/
H A Dtimezone_offset_get_error.phpt119 string(%d) "Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, …
121 string(%d) "Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, …
123 string(%d) "Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, …
/PHP-7.2/ext/spl/internal/
H A Drecursiveiterator.inc18 interface RecursiveIterator extends Iterator
/PHP-7.2/ext/wddx/tests/
H A Dbug73831.phpt23 Cannot instantiate interface Throwable
/PHP-7.2/Zend/tests/object_types/
H A Dreturn_type_in_class.phpt6 interface One {
H A Dreturn_type_reflection.phpt6 interface One {
H A Dtype_hint_reflection.phpt6 interface One {
/PHP-7.2/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.2/ext/reflection/tests/
H A DReflectionObject_isInstantiable_basic.phpt8 interface iface {
H A DReflectionClass_isInstantiable_basic.phpt8 interface iface {
/PHP-7.2/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.2/tests/lang/
H A D039.phpt6 interface Catchable
/PHP-7.2/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.2/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.2/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.2/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt10 interface DB {

Completed in 28 milliseconds

12345678910>>...12