3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); echo strip_tags('<p>Hello!</p>', false); echo strip_tags('<p>Hello!</p>', []); echo strip_tags('<p>Hello!</p>', null); echo strip_tags('<p>Hello!</p>', fopen('php://temp', 'w'));
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: strip_tags(): Argument #2 ($allowed_tags) must be of type array|string|null, false given in /in/mJvL3:5 Stack trace: #0 /in/mJvL3(5): strip_tags('<p>Hello!</p>', false) #1 {main} thrown in /in/mJvL3 on line 5
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:
98.76 ms | 405 KiB | 5 Q