Type Definition ext_php_rs::php::types::ZendType[][src]

pub type ZendType = zend_type;
Expand description

Internal Zend type.

Implementations

Builds an empty Zend type container.

Parameters

  • pass_by_ref - Whether the value should be passed by reference.
  • is_variadic - Whether this type represents a variadic argument.