3v4l.org

run code in 500+ PHP versions simultaneously
<?php class BaseBulder { public function updateBatch(?array $set = null, ?string $index = null, int $batchSize = 100, ?bool $escape = null) {} } class MyBaseBulder extends BaseBulder { public function updateBatch(?array $set = null, ?string $index = null, int $batchSize = 100) {} }
Output for git.master_jit, git.master
Fatal error: Declaration of MyBaseBulder::updateBatch(?array $set = null, ?string $index = null, int $batchSize = 100) must be compatible with BaseBulder::updateBatch(?array $set = null, ?string $index = null, int $batchSize = 100, ?bool $escape = null) in /in/3Dn3D on line 9 Stack trace: #0 {main}
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
47.98 ms | 737 KiB | 3 Q