<?php namespace Test\Resource; error_reporting(E_ALL); $resource = 'test'; class Resource {} function resource($resource) { echo "This is fine"; } resource('a');
You have javascript disabled. You will not be able to edit any code.