3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (isset($_POST['telephone'])) { $telephone_number = validateTelephoneNumber($telephone); } //Or fail else echo'false - tel provided incorrect'; { }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 8
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YDd9G
function name:  (null)
number of ops:  10
compiled vars:  !0 = $telephone_number, !1 = $telephone
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_IS                                         ~2      '_POST'
          1        ISSET_ISEMPTY_DIM_OBJ                         0          ~2, 'telephone'
          2      > JMPZ                                                     ~3, ->8
    5     3    >   INIT_FCALL_BY_NAME                                       'validateTelephoneNumber'
          4        SEND_VAR_EX                                              !1
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !0, $4
          7      > JMP                                                      ->9
    9     8    >   ECHO                                                     'false+-+tel+provided+incorrect'
   13     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.86 ms | 1393 KiB | 13 Q