3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name1 = 'tempsdDJFKLDS'; $name1 = (bool) strpos(strtolower($name1), 'temp') >= 0; var_dump($name1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/idtk0
function name:  (null)
number of ops:  15
compiled vars:  !0 = $name1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'tempsdDJFKLDS'
    4     1        INIT_FCALL                                               'strpos'
          2        INIT_FCALL                                               'strtolower'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        SEND_VAL                                                 'temp'
          7        DO_ICALL                                         $3      
          8        BOOL                                             ~4      $3
          9        IS_SMALLER_OR_EQUAL                              ~5      0, ~4
         10        ASSIGN                                                   !0, ~5
    5    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.04 ms | 1394 KiB | 19 Q