3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sValue = '50'; echo strip_tags($sValue)."\n"; $sValue = 50; echo strip_tags($sValue)."\n"; $sValue = 50.0; echo strip_tags($sValue)."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TRZSr
function name:  (null)
number of ops:  19
compiled vars:  !0 = $sValue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '50'
    3     1        INIT_FCALL                                               'strip_tags'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        CONCAT                                           ~3      $2, '%0A'
          5        ECHO                                                     ~3
    4     6        ASSIGN                                                   !0, 50
    5     7        INIT_FCALL                                               'strip_tags'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      $5, '%0A'
         11        ECHO                                                     ~6
    6    12        ASSIGN                                                   !0, 50
    7    13        INIT_FCALL                                               'strip_tags'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $8      
         16        CONCAT                                           ~9      $8, '%0A'
         17        ECHO                                                     ~9
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.58 ms | 1394 KiB | 15 Q