3v4l.org

run code in 300+ PHP versions simultaneously
<?php $site = file_get_contents("cryptomining.tk"); preg_match("'Last Price: <strong>(.*?)</strong></div> <div class=/'orderStats/'>Low:'si", $site, $matches); echo $matches[1]; // 1234 ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3K0aI
function name:  (null)
number of ops:  12
compiled vars:  !0 = $site, !1 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'cryptomining.tk'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'preg_match'
          5        SEND_VAL                                                 '%27Last+Price%3A+%3Cstrong%3E%28.%2A%3F%29%3C%2Fstrong%3E%3C%2Fdiv%3E%0A%3Cdiv+class%3D%2F%27orderStats%2F%27%3ELow%3A%27si'
    5     6        SEND_VAR                                                 !0
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    6     9        FETCH_DIM_R                                      ~5      !1, 1
         10        ECHO                                                     ~5
    7    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.14 ms | 1394 KiB | 17 Q