Created
September 9, 2021 11:15
-
-
Save guillemcanal/bc433345259b3424e1eb58da5523ccc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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