3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lat = 0.029; $lng = 0.029; while ( $lat <= 0.087 && $lng <= 0.087 ){ print $lat." <= 0.087 && ".$lng." <= 0.087\n"; $lat += 0.029; $lng += 0.029; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 46) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 46) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
Branch analysis from position: 13
Branch analysis from position: 13
filename:       /in/uIqkl
function name:  (null)
number of ops:  15
compiled vars:  !0 = $lat, !1 = $lng
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0.029
    4     1        ASSIGN                                                   !1, 0.029
    5     2      > JMP                                                      ->9
    6     3    >   CONCAT                                           ~4      !0, '+%3C%3D+0.087+%26%26+'
          4        CONCAT                                           ~5      ~4, !1
          5        CONCAT                                           ~6      ~5, '+%3C%3D+0.087%0A'
          6        ECHO                                                     ~6
    7     7        ASSIGN_OP                                     1          !0, 0.029
    8     8        ASSIGN_OP                                     1          !1, 0.029
    5     9    >   IS_SMALLER_OR_EQUAL                              ~9      !0, 0.087
         10      > JMPZ_EX                                          ~9      ~9, ->13
         11    >   IS_SMALLER_OR_EQUAL                              ~10     !1, 0.087
         12        BOOL                                             ~9      ~10
         13    > > JMPNZ                                                    ~9, ->3
    9    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.15 ms | 1394 KiB | 13 Q