The runkit extension provides means to modify constants, user-defined
functions, and user-defined classes. It also provides for custom superglobal
variables and embeddable sub-interpreters via sandboxing.
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
gcov data for multiple source files and creates HTML pages containing the
source code annotated with coverage information. It also adds overview pages
for easy navigation within the file structure.
The scream extension gives the possibility to disable the silencing error
control operator (aka The At Sign: '@') so all errors are being reported.
This feature is controlled by an ini setting.
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe.
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
libDSP is C++ class library of common digital signal processing functions.
Package to validate various data. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
* string (predefined type alpha upper and/or lowercase, numeric,...)
* date (min, max) (With the Date module installed)
* uri (RFC2396)
* possibility valid multiple data with a single method call (::multiple)
This is a port of libevent to the PHP infrastructure.
Routines to access raw VBI capture devices (currently the V4L and
V4L2 API, and the *BSD bktr driver are supported), a versatile VBI
bit slicer, decoders for various data services and basic search,
render and export functions for Closed Caption and Teletext pages.
The shape extension wraps libshape and provides the ability to write programs
for manipulating ESRI shapefiles.