<?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'));
You have javascript disabled. You will not be able to edit any code.