3v4l.org

run code in 300+ PHP versions simultaneously
<?php $uploadSize = filesize('http://bcscdn.baidu.com/resource/fFhO6IgRBIAYBUAY9VCLuUC3ZW0iBQRYZkhw9UAYBm8I0W0iBUsqZ1RenFvkrUkbZcXRfFSvrUCRZIVqZWhSBIC.jpg'); var_dump($uploadSize); $fields = array( 1 => 'xxxxxxx', 'title' => "标题", 'brand' => "品牌", 'price' => "销售价格", 'unit' => "单位", 'tec' => "参数", 'content_url' => "物料url", 'navbar' => "原分类", ); var_dump($fields['1']); $rets = array(array('铝合金伸缩梯','国标制式',943,'架','http://www.ehsy.com/show.php?contentid=8127219','首页 > 物料搬运、存储、包材 > 登高作业 > 登高梯 > 铝合金伸缩梯>铝合金伸缩梯,2.7~4m 150kg')); $rets = array_merge(array_values($fields), $rets); print_r($rets); $desc = explode('_', '械设备_通用机械设备_电动机/电机_小功率电动机'); unset($desc[0]); print_r($desc );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e3gH4
function name:  (null)
number of ops:  34
compiled vars:  !0 = $uploadSize, !1 = $fields, !2 = $rets, !3 = $desc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'filesize'
          1        SEND_VAL                                                 'http%3A%2F%2Fbcscdn.baidu.com%2Fresource%2FfFhO6IgRBIAYBUAY9VCLuUC3ZW0iBQRYZkhw9UAYBm8I0W0iBUsqZ1RenFvkrUkbZcXRfFSvrUCRZIVqZWhSBIC.jpg'
          2        DO_ICALL                                         $4      
          3        ASSIGN                                                   !0, $4
    4     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    6     7        ASSIGN                                                   !1, <array>
   16     8        INIT_FCALL                                               'var_dump'
          9        FETCH_DIM_R                                      ~8      !1, 1
         10        SEND_VAL                                                 ~8
         11        DO_ICALL                                                 
   17    12        ASSIGN                                                   !2, <array>
   18    13        INIT_FCALL                                               'array_merge'
         14        INIT_FCALL                                               'array_values'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $11     
         17        SEND_VAR                                                 $11
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                         $12     
         20        ASSIGN                                                   !2, $12
   19    21        INIT_FCALL                                               'print_r'
         22        SEND_VAR                                                 !2
         23        DO_ICALL                                                 
   21    24        INIT_FCALL                                               'explode'
         25        SEND_VAL                                                 '_'
         26        SEND_VAL                                                 '%E6%A2%B0%E8%AE%BE%E5%A4%87_%E9%80%9A%E7%94%A8%E6%9C%BA%E6%A2%B0%E8%AE%BE%E5%A4%87_%E7%94%B5%E5%8A%A8%E6%9C%BA%2F%E7%94%B5%E6%9C%BA_%E5%B0%8F%E5%8A%9F%E7%8E%87%E7%94%B5%E5%8A%A8%E6%9C%BA'
         27        DO_ICALL                                         $15     
         28        ASSIGN                                                   !3, $15
   22    29        UNSET_DIM                                                !3, 0
   23    30        INIT_FCALL                                               'print_r'
         31        SEND_VAR                                                 !3
         32        DO_ICALL                                                 
         33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.44 ms | 1396 KiB | 25 Q