3v4l.org

run code in 500+ PHP versions simultaneously
<?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();
Output for 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.23, 8.5.0 - 8.5.8
1

preferences:
48.29 ms | 753 KiB | 4 Q