Module ext_php_rs::zend
source · Expand description
Types used to interact with the Zend engine.
Modules
- Stock class entries registered with PHP, primarily exceptions.
Functions
- Prints to stdout using the
php_printf
function.
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.