<?phperror_reporting(E_ALL|E_STRICT); $caminho = 'um/dois/tres'; echo end( explode( '/', $caminho )); echo 'Hello World!';
Standard input is empty
tresHello World!
PHP Strict Standards: Only variables should be passed by reference in /home/rTinRH/prog.php on line 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!