3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match_all('/"([^(?<!\)"]*)"/', 'I should see text "\"status\":\"success\""', $out); var_dump($out);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aLcLA
function name:  (null)
number of ops:  9
compiled vars:  !0 = $out
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_match_all'
          1        SEND_VAL                                                 '%2F%22%28%5B%5E%28%3F%3C%21%5C%29%22%5D%2A%29%22%2F'
    4     2        SEND_VAL                                                 'I+should+see+text+%22%5C%22status%5C%22%3A%5C%22success%5C%22%22'
    5     3        SEND_REF                                                 !0
          4        DO_ICALL                                                 
    6     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.26 ms | 1393 KiB | 17 Q