3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'test https://example.com//ita https://example.com lics// test // another // one'; var_export( preg_split( '~(?1)(?://\s*((?:https?://|.)*?)\s*//)?~', $text, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY ) );

preferences:
53.65 ms | 405 KiB | 5 Q