Module ext_php_rs::types[][src]

Expand description

Types defined by the Zend engine used in PHP.

Generally, it is easier to work directly with Rust types, converting into these PHP types when required.

Structs

Acts as a wrapper around a callable Zval. Allows the owner to call the Zval as if it was a PHP function through the try_call method.

Representation of a Zend class object in memory.

Enums

Different ways to query if a property exists.

Type Definitions

A PHP hashtable.

A PHP long.

A PHP object.

A borrowed Zend string.

A zend value. This is the primary storage container used throughout the Zend engine.