Where you find your PHP error logs varies greatly from OS to OS and can vary by install and web host. No one here can definitively tell you where you keep your logs.
You can ask PHP where your logs are by making a test.php and putting this in it, and browsing to it.
<?php phpinfo(); ?>
Or you can consult your PHP.ini file.