Migrating to PHP 7 I'm getting the following error: Invalid numeric literal
For example: $itau = new Conta(1620, 030818);
PHP will return an error
Parse error: Invalid numeric literal in index.php on line 35
How do I solve this problem if I need to make 0
left?