-
Notifications
You must be signed in to change notification settings - Fork 819
Closed
Labels
Category: EngineQAQuality AssuranceQuality Assurancegood first issueGood for newcomersGood for newcomers
Description
Description
Function phpversion with extension parameter.
By documentation.
Returns the current PHP version as a string. If a string argument is provided for extension parameter, phpversion() returns the version of that extension, or false if there is no version information associated or the extension isn't enabled.
The following code:
<?php
echo phpversion( 'intl' ); // any extension returns php version instead
Resulted in this output:
8.2.2
But I expected this output instead:
// version of extension
PHP Version
php 8.2
Operating System
Debian 11
marcosmarcolin
Metadata
Metadata
Assignees
Labels
Category: EngineQAQuality AssuranceQuality Assurancegood first issueGood for newcomersGood for newcomers