3v4l.org

run code in 300+ PHP versions simultaneously
<?php $embedCode = '<iframe width=800 height=600> </iframe>'; echo preg_replace('~(<iframe[^>]*\swidth=["\']?)(\d+)(["\']?\s?.*)~', '${1}' . '666' . '${3}', $embedCode); echo preg_replace('~(<iframe[^>]*\sheight=["\']?)(\d+)(["\']?\s?.*)~', '${1}' . '666' . '${3}', $embedCode);

preferences:
41.21 ms | 402 KiB | 5 Q