PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Feature Test   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Feature Test
Test if PHP features work on the current setup
Author: By
Last change:
Date: 2 years ago
Size: 483 bytes
 

Contents

Class file image Download

PHP Feature Test

This package serves the purpose to test whether features of the PHP version being used in the current environment are available as required by the applications that each developer needs.

You can use this package to determine if your application is ready to run on newer PHP versions.

The package provides several built-in test driver classes that test whether different features are available and work well.

Run the test_features.php script to try this package.