3v4l.org

run code in 300+ PHP versions simultaneously
<?php function short_check($a) { var_dump($a); if($a[1]==$a[2]) return ''; return $a[0]; } $_content = 'hello [shortcode some params]inner content[/shortcode] there'; $_content = preg_replace_callback('#\[(\S+)[^\]]+[^\[]+\[\/(\S+)\]#iu', 'short_check', $_content); echo $_content;

preferences:
53.13 ms | 402 KiB | 5 Q