3v4l.org

run code in 500+ PHP versions simultaneously
<?php namespace Rector\Tests\CodeQuality\Rector\StmtsAwareInterface\MoveInnerFunctionToTopLevelRector\Fixture; function SkipRedefineNativeFunction(): void { function strlen(): int { return 1; } echo strlen(); } function bar() { echo strlen('abc'); } bar();
Output for 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.23, 8.5.0 - 8.5.8
3

preferences:
47.37 ms | 753 KiB | 4 Q