#!/usr/bin/php \n"; exit(2); } $str = trim($argv[1]); $strlen = strlen($str); echo "strlen('$str') = $strlen\n"; exit(0);