3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Numeric strings will be converted into an integer\n"; var_dump(array( 1 => 1, '1' => '1', 's1' => 's1', )); echo "Bolean TRUE will be converted into the integer 1:\n"; echo "Bolean FALSE will be converted into the integer 0:\n"; var_dump(array( 0 => 0, 1 => 1, true => true, false => false, ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LoJsa
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'Numeric+strings+will+be+converted+into+an+integer%0A'
    4     1        INIT_FCALL                                               'var_dump'
    5     2        SEND_VAL                                                 <array>
          3        DO_ICALL                                                 
   10     4        ECHO                                                     'Bolean+TRUE+will+be+converted+into+the+integer+1%3A%0A'
   11     5        ECHO                                                     'Bolean+FALSE+will+be+converted+into+the+integer+0%3A%0A'
   12     6        INIT_FCALL                                               'var_dump'
   13     7        SEND_VAL                                                 <array>
          8        DO_ICALL                                                 
   17     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.1 ms | 1394 KiB | 15 Q