<?php $a = 'str'; $b = 'stré'; var_dump(strlen($a), strlen($b));
Standard input is empty
int(3) int(5)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!