<?php namespace Foo { function bar() { if (is_callable('Foo\\time')) { var_dump(\Foo\time()); } } } namespace { \Foo\bar(); eval('namespace Foo; function time() { return -1; }'); \Foo\bar(); }
You have javascript disabled. You will not be able to edit any code.