3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string='123456w'; $year = substr($string,0,4); $month = substr($string,4,2); echo $year;

preferences:
52.28 ms | 402 KiB | 5 Q