Module ext_php_rs::zend[][src]

Expand description

Types used to interact with the Zend engine.

Modules

Stock class entries registered with PHP, primarily exceptions.

Type Definitions

A PHP class entry.

Execute data passed when a function is called from PHP.

Stores global variables used in the PHP executor.

A Zend function entry.

A Zend module entry, also known as an extension.

A set of functions associated with a PHP class.

Internal Zend type.