3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'Hello World2'; $deviceToken = 'ec2e840c 2b4ceeeb db4832dd 6b460cc2 736f8a19 9e3de47c 7b685b15 d2c15bb4'; $message = stripslashes('Hello World'); $payload = '{ "aps" : { "alert" : "'.$message.'", "badge" : 1, "sound" : "bingbong.aiff" } }'; $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', 'ck.pem'); stream_context_set_option($ctx, 'ssl', 'passphrase', 'secret'); $fp = stream_socket_client('ssl://gateway.sandbox.push.apple.com:2195', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx); if (!$fp) { print "Failed to connect $err $errstr"; return; } else { print "Notification sent!"; } $msg = chr(0) . pack("n",32) . pack('H*', str_replace(' ', '', $deviceToken)) . pack("n", strlen($payload)) . $payload; print "sending message :" . $payload . "n"; fwrite($fp, $msg); fclose($fp); ?>
Output for 8.3.6
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 20 Failed to connect 31552 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.3.5
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 20 Failed to connect 32495 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 20 Failed to connect 0 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.2.18
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 20 Failed to connect 30221 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.1.28
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 29977 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.1.0 - 8.1.27
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 0 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.30
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32748 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.29
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32645 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.28
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32670 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.27
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32756 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.26
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32704 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.25
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32521 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.24
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32631 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.23
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32729 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.22
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32647 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.21
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32637 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.20
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32712 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.19
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32608 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.18
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32718 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.17
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32580 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.16
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32654 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.15
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32612 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.14
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32535 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.13
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32675 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.12
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32672 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.11
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32663 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.10
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32721 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.9
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32544 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.8
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32725 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.7
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32537 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.6
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32658 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.5
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32642 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.3
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32723 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.2
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32719 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.1
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32761 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 8.0.0
Hello World2 Warning: stream_socket_client(): Unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32577 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.2.2, 7.4.33
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32749 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.32
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32753 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.30
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32592 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.29
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32672 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.28
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32634 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.27
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32698 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.26
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32725 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.25
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32679 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.24
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32751 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.23
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32635 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.22
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32664 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.10, 7.4.21
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32666 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.20
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32550 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.19
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32747 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.2.3, 7.4.16
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32525 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.15
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32702 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.14
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32657 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.13
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32571 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.3, 7.2.33, 7.4.6, 7.4.12
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32530 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.11
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32701 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.9
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32742 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.8
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32551 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.7
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32587 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.5
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32670 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.4
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32758 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.3
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32555 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.4.0
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32680 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.33
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32626 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.2.29, 7.3.32
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32624 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.31
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32533 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.30
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32568 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.29
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32579 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.12, 7.3.28
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32718 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.27
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32716 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.26
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32574 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.25
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32516 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.24
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32695 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.23
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32640 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.21
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32588 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.20
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32703 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.19
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32524 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.18
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32710 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.17
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32577 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.16
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32620 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.3.12
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32563 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.2.32
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32559 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.2.31
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32573 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.2.30
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32712 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.2.6
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32593 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 7.0.20, 7.1.5 - 7.1.10, 7.2.0
Hello World2 Warning: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: System error in /in/TOgWd on line 21 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (php_network_getaddresses: getaddrinfo failed: System error) in /in/TOgWd on line 21 Failed to connect 0 php_network_getaddresses: getaddrinfo failed: System error
Output for 7.1.20
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32580 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.15 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.14, 7.1.0
Hello World2 Warning: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/TOgWd on line 21 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /in/TOgWd on line 21 Failed to connect 0 php_network_getaddresses: getaddrinfo failed: Name or service not known
Output for 5.4.14
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32641 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.13
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32674 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.11
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32619 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.10
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32750 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.9
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32543 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.8
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32708 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.7
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32731 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.6
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32684 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.5
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32647 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.4
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32711 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.2
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32527 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.1
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32757 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.4.0
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32739 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.29
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 53426 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.1, 5.2.4 - 5.2.5, 5.3.10 - 5.3.28
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 0 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.9
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32613 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.8
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32667 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.7
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32738 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.6
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32537 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.5
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32752 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.4
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32730 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.3
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32671 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.2
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32673 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.1
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32584 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.3.0
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32721 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.2.11, 5.2.17
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32764 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.2.7, 5.2.9 - 5.2.10, 5.2.16
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32765 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.2.0, 5.2.6, 5.2.8, 5.2.13, 5.2.15
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32767 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.2.12, 5.2.14
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32766 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.0.3
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32529 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.0.2
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32661 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.0.1
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32614 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 5.0.0
Hello World2 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /in/TOgWd on line 21 Failed to connect 32531 Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Output for 4.4.5 - 4.4.9
Hello World2 Fatal error: Call to undefined function: stream_socket_client() in /in/TOgWd on line 20
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Hello World2 Fatal error: Call to undefined function: stream_socket_client() in /in/TOgWd on line 20
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Hello World2 Fatal error: Call to undefined function: stream_socket_client() in /in/TOgWd on line 20

preferences:
274.76 ms | 401 KiB | 356 Q