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

  • Trigger a bailout
  • Prints to stdout using the php_printf function.
  • PHP propose a try catch mechanism in C using setjmp and longjmp (bailout) It store the arg of setjmp into the bailout field of the global executor If a bailout is triggered, the executor will jump to the setjmp and restore the previous setjmp

Type Aliases