3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '/** * @var int * @Column(type="integer",name="id") * @Id * @GeneratedValue(strategy="AUTO") * @Webit({ "0": 1, "1": -2, "2": 3.333, "3": 4.0e+17, "4": "abc", "5": "\u00e1\n", "6": null, "7": [ 2.1, 2.2, [ "2.2.1" ] ], "8": false, "9": true, "10": "", "key": "value", "abc\"def": [] }) */'; preg_match("/@WebIT\((.*?)\)/i", $string, $output_array); var_dump($output_array);

preferences:
38 ms | 402 KiB | 5 Q