--TEST-- Moduloing strings --FILE-- getMessage() . \PHP_EOL; } $s2 %= 33; var_dump($s2); echo "Done\n"; ?> --EXPECTF-- int(13) Unsupported operand types: string % int Warning: A non-numeric value encountered in %s on line %d int(3) Done