I have used the php script from the well known Ray Wanderlich tutorial to send push notifications during development phase. They were triggered properly after I created the
Setting $passphrase = '1234' to $passphrase = "1234" fixed the issue for me.
$passphrase = '1234'
$passphrase = "1234"