<?php namespace Foo; if ( strlen('magic') != 42 ) { function strlen($string) { return 42; } } var_dump( strlen('magic') ); var_dump( \Foo\strlen('magic') );
You have javascript disabled. You will not be able to edit any code.