<?php namespace Rector\Tests\CodeQuality\Rector\StmtsAwareInterface\MoveInnerFunctionToTopLevelRector\Fixture; function strlen(): int { return 1; } function SkipRedefineNativeFunction(): void { echo strlen(); } function bar() { echo strlen('abc'); } bar();
You have javascript disabled. You will not be able to edit any code.