<?php $a = 2; $b = 5; var_dump($a < $b); $c = 'hello'; $d = 'world'; var_dump($c < $d); // returns true. works according to the alphabetic