3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = file_get_contents("http://www.rpg-paradize.com/site-Arkalys+-+Serveur+Dofus+2.0+-+Un+service+professionnel+a+votre+service-42689"); preg_match( '/Clic Sortant : [0-9]*/', $html, $matches); echo $matches[1]; // 1234
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4OMEK
function name:  (null)
number of ops:  12
compiled vars:  !0 = $html, !1 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.rpg-paradize.com%2Fsite-Arkalys%2B-%2BServeur%2BDofus%2B2.0%2B-%2BUn%2Bservice%2Bprofessionnel%2Ba%2Bvotre%2Bservice-42689'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'preg_match'
          5        SEND_VAL                                                 '%2FClic+Sortant+%3A+%5B0-9%5D%2A%2F'
          6        SEND_VAR                                                 !0
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    4     9        FETCH_DIM_R                                      ~5      !1, 1
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.99 ms | 1394 KiB | 17 Q