I have seen this : Parse error: Invalid numeric literal But octal numbers is not my problem I using phone numbers as arguments in a function call; for example while running this code error occurred
<?php
var_dump(0917078452);
How can i solve this?