3v4l.org

run code in 300+ PHP versions simultaneously
<?php while (!$apns = $this->getApns($streamContext) && $z < 11) { myerror_log("unable to conncect to apple. sleep for 2 seconds and try again"); $z++; sleep(2); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 46) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 1
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 46) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
Branch analysis from position: 15
Branch analysis from position: 15
filename:       /in/DSONF
function name:  (null)
number of ops:  19
compiled vars:  !0 = $z, !1 = $apns, !2 = $streamContext
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->8
    4     1    >   INIT_FCALL_BY_NAME                                       'myerror_log'
          2        SEND_VAL_EX                                              'unable+to+conncect+to+apple.+sleep+for+2+seconds+and+try+again'
          3        DO_FCALL                                      0          
    5     4        PRE_INC                                                  !0
    6     5        INIT_FCALL                                               'sleep'
          6        SEND_VAL                                                 2
          7        DO_ICALL                                                 
    2     8    >   FETCH_THIS                                       $6      
          9        INIT_METHOD_CALL                                         $6, 'getApns'
         10        SEND_VAR_EX                                              !2
         11        DO_FCALL                                      0  $7      
         12      > JMPZ_EX                                          ~8      $7, ->15
         13    >   IS_SMALLER                                       ~9      !0, 11
         14        BOOL                                             ~8      ~9
         15    >   ASSIGN                                           ~10     !1, ~8
         16        BOOL_NOT                                         ~11     ~10
         17      > JMPNZ                                                    ~11, ->1
    7    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.47 ms | 1395 KiB | 15 Q