3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = "sdfsfs"; $a = floatval($s); echo $a; $t = trim("234.2 "); echo is_numeric($t); $a = 1; $b = 1.00; if ($a == $b) { echo ")))))))))))))"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 17
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/on1CE
function name:  (null)
number of ops:  18
compiled vars:  !0 = $s, !1 = $a, !2 = $t, !3 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'sdfsfs'
    3     1        CAST                                          5  ~5      !0
          2        ASSIGN                                                   !1, ~5
    4     3        ECHO                                                     !1
    7     4        INIT_FCALL                                               'trim'
          5        SEND_VAL                                                 '234.2++++++++'
          6        DO_ICALL                                         $7      
          7        ASSIGN                                                   !2, $7
    8     8        INIT_FCALL                                               'is_numeric'
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $9      
         11        ECHO                                                     $9
   11    12        ASSIGN                                                   !1, 1
   12    13        ASSIGN                                                   !3, 1
   13    14        IS_EQUAL                                                 !1, !3
         15      > JMPZ                                                     ~12, ->17
   14    16    >   ECHO                                                     '%29%29%29%29%29%29%29%29%29%29%29%29%29'
   15    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.94 ms | 1395 KiB | 17 Q