Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 650 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 650 Bytes

PHP Symbols

Contains lists of PHP symbols such as class names, INI values, function names, phpinfo() output, etc for each PHP version.

This list is built automatically daily.

Usage cases

This data can be used to determine if a given PHP symbol is available and valid for a given PHP version.

For example, to figure out of str_starts_with is available in a PHP version, look the %version%/function.php file for the function.

The main use case this data was built in the first place to work on a CanIUse-style lookup for PHP. This is work-in-progress at PHP.Watch.