- Timestamp:
- 05/20/2022 05:36:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/isPhpVersionCompatible.php
r53237 r53426 28 28 */ 29 29 public function data_is_php_version_compatible() { 30 $php_version = phpversion();30 $php_version = PHP_VERSION; 31 31 32 32 $version_parts = explode( '.', $php_version );
Note: See TracChangeset
for help on using the changeset viewer.