<?php namespace Text { function strlen($x) { return 'My namespace is just the word Text'; } } namespace AcmeComponents\SplineReticulator\Utilities\Text\Text { function strlen($x) { return 'My namespace has Text\Text at the end'; } } namespace AcmeComponents\SplineReticulator\Utilities\Text { echo Text\strlen("Hello World"); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`