3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_export(strtr('pehrova@gymnacel.cz, nosek@gymnacel.cz', " \t\r\n,", ';')); var_export(explode(';', strtr('pehrova@gymnacel.cz, nosek@gymnacel.cz', " \t\r\n,", ';'))); print_r("," === ",");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vqnvK
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_export'
          1        INIT_FCALL                                               'strtr'
          2        SEND_VAL                                                 'pehrova%40gymnacel.cz%2C+nosek%40gymnacel.cz'
          3        SEND_VAL                                                 '+%09%0D%0A%2C'
          4        SEND_VAL                                                 '%3B'
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                                 
    3     8        INIT_FCALL                                               'var_export'
          9        INIT_FCALL                                               'explode'
         10        SEND_VAL                                                 '%3B'
         11        INIT_FCALL                                               'strtr'
         12        SEND_VAL                                                 'pehrova%40gymnacel.cz%2C+nosek%40gymnacel.cz'
         13        SEND_VAL                                                 '+%09%0D%0A%2C'
         14        SEND_VAL                                                 '%3B'
         15        DO_ICALL                                         $2      
         16        SEND_VAR                                                 $2
         17        DO_ICALL                                         $3      
         18        SEND_VAR                                                 $3
         19        DO_ICALL                                                 
    4    20        INIT_FCALL                                               'print_r'
         21        SEND_VAL                                                 <true>
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.67 ms | 1395 KiB | 21 Q