<?php interface InterfaceService { } interface InterfaceFactory { function make(InterfaceService $s); } class ConcreteService implements InterfaceService { } class ConcreteFactory implements InterfaceFactory { function make(ConcreteService $s) {} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`