<?php namespace RN\Pitt { class Amt { } } namespace { $obj = new RN\Pitt\Amt(); var_dump($obj); $a = 'Pitt'; $b = 'Amt'; $class = 'RN\\' . $a . '\\' . $b; $obj = new $class(); var_dump($obj); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`