3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* $input = array( array( 'tag_name' => 'google' ), array( 'tag_name' => 'technology' ) );*/ $a = "asd,sadsa,sdaad"; function implodee($a){ echo $a; } //$arr = array('Hello','World!','Beautiful','Day!'); //echo implode(",",$arr); //$input = "asd,jhg,lll"; //echo implode(', ', $input);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gg3GB
function name:  (null)
number of ops:  2
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   ASSIGN                                                   !0, 'asd%2Csadsa%2Csdaad'
   22     1      > RETURN                                                   1

Function implodee:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gg3GB
function name:  implodee
number of ops:  3
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   RECV                                             !0      
   16     1        ECHO                                                     !0
   17     2      > RETURN                                                   null

End of function implodee

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.73 ms | 1384 KiB | 13 Q