Skip to content

Instantly share code, notes, and snippets.

@guillemcanal
Created September 9, 2021 11:15
Show Gist options
  • Save guillemcanal/bc433345259b3424e1eb58da5523ccc5 to your computer and use it in GitHub Desktop.
Save guillemcanal/bc433345259b3424e1eb58da5523ccc5 to your computer and use it in GitHub Desktop.
<?php
print join("\n", array_map(fn(string $name) => $name.':'.(new ReflectionExtension($name))->getVersion(), get_loaded_extensions()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment