3v4l.org

run code in 300+ PHP versions simultaneously
<?php $category = new stdClass(); $category->category_name = 'T-Shirts'; $product = new stdClass(); $product->product_name = 'PTB Keep Calm'; $product->product_desc = 'PTB Keep Calm This creative design is printed&nbsp;&nbsp;on a&nbsp;Premium Fitted CVC Crew Tee&nbsp; Features:60% combed rin...'; $decoded = strip_tags(html_entity_decode("Buy " . $category->category_name." | ".$product->product_name." | ".$product->product_desc)); echo $decoded; echo "\n---\n"; echo preg_replace('~\s+~u', ' ', $decoded);

preferences:
49.17 ms | 402 KiB | 5 Q