3v4l.org

run code in 300+ PHP versions simultaneously
<?php function Match($str, $re) { $matches = array(); preg_match($re, $str, $matches); return count($matches) > 0 ? $matches[0] : NULL; } $args = array("id" => 77949); $data = file_get_contents("http://23.223.34.97/item=".$args["id"]."&power"); $item = array( "name" => "", "quality" => 0, "icon" => 0, "tooltip" => "" ); $item["name"] = Match($data, "/name_ruru: '(.+)'/"); $item["quality"] = Match($data, "/quality: '(.+)'/"); $item["icon"] = Match($data, "/icon: '(.+)'/"); $item["tooltip"] = Match($data, "/tooltip_ruru: '(.+)'/"); print(json_encode($item, JSON_UNESCAPED_UNICODE)); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Parse error: syntax error, unexpected token "match", expecting "(" in /in/QlAD2 on line 4
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26 - 7.4.33
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: operation failed in /in/QlAD2 on line 12 {"name":null,"quality":null,"icon":null,"tooltip":null}
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 {"name":null,"quality":null,"icon":null,"tooltip":null}
Output for 5.3.0 - 5.3.29
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 Notice: Use of undefined constant JSON_UNESCAPED_UNICODE - assumed 'JSON_UNESCAPED_UNICODE' in /in/QlAD2 on line 26 Warning: json_encode() expects parameter 2 to be long, string given in /in/QlAD2 on line 26
Output for 5.2.0 - 5.2.17
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 Notice: Use of undefined constant JSON_UNESCAPED_UNICODE - assumed 'JSON_UNESCAPED_UNICODE' in /in/QlAD2 on line 26 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/QlAD2 on line 26
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 Fatal error: Call to undefined function json_encode() in /in/QlAD2 on line 26
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 Fatal error: Call to undefined function: json_encode() in /in/QlAD2 on line 26
Process exited with code 255.
Output for 4.3.3 - 4.3.11, 4.4.0 - 4.4.4
Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 Fatal error: Call to undefined function: json_encode() in /in/QlAD2 on line 26
Process exited with code 255.
Output for 4.3.2
Warning: file_get_contents(): php_hostconnect: connect failed in /in/QlAD2 on line 12 Warning: file_get_contents(http://23.223.34.97/item=77949&power): failed to open stream: Network is unreachable in /in/QlAD2 on line 12 Fatal error: Call to undefined function: json_encode() in /in/QlAD2 on line 26
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: file_get_contents() [http://www.php.net/function.file-get-contents]: php_hostconnect: connect failed in /in/QlAD2 on line 12 Warning: file_get_contents(http://23.223.34.97/item=77949&power) [http://www.php.net/function.file-get-contents]: failed to create stream: Network is unreachable in /in/QlAD2 on line 12 Fatal error: Call to undefined function: json_encode() in /in/QlAD2 on line 26

preferences:
217.79 ms | 402 KiB | 382 Q