3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* * Concats string values string1 and string2 * opcode number: 8 */ $sql = 'SELECT * FROM employee'; $sqlConditions = array('employee_id' =>145 ,'date_started' >= 7/7/14); echo "ANSWER:" . $sql . $sqlConditions; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DIYjj
function name:  (null)
number of ops:  6
compiled vars:  !0 = $sql, !1 = $sqlConditions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN                                                   !0, 'SELECT+%2A+FROM+employee'
    8     1        ASSIGN                                                   !1, <array>
   10     2        CONCAT                                           ~4      'ANSWER%3A', !0
          3        CONCAT                                           ~5      ~4, !1
          4        ECHO                                                     ~5
   12     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.91 ms | 937 KiB | 14 Q