<?php$tokenList = preg_split('/_(?=[^_]+$)/','test_name_01');print_r($tokenList);?>
Standard input is empty
Array ( [0] => test_name [1] => 01 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!