<?php function parse_version() { if (sscanf(PHP_VERSION, '%d.%d.%d-%s', $major, $minor, $patch, $extra) === 4) { $version = compact(get_defined_vars()); } $version['whole'] = PHP_VERSION; return $version; } print_r(parse_version());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`