php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spl_exceptions.h File Reference
#include "php.h"

Go to the source code of this file.

Functions

 PHP_MINIT_FUNCTION (spl_exceptions)
 

Variables

PHPAPI zend_class_entryspl_ce_LogicException
 
PHPAPI zend_class_entryspl_ce_BadFunctionCallException
 
PHPAPI zend_class_entryspl_ce_BadMethodCallException
 
PHPAPI zend_class_entryspl_ce_DomainException
 
PHPAPI zend_class_entryspl_ce_InvalidArgumentException
 
PHPAPI zend_class_entryspl_ce_LengthException
 
PHPAPI zend_class_entryspl_ce_OutOfRangeException
 
PHPAPI zend_class_entryspl_ce_RuntimeException
 
PHPAPI zend_class_entryspl_ce_OutOfBoundsException
 
PHPAPI zend_class_entryspl_ce_OverflowException
 
PHPAPI zend_class_entryspl_ce_RangeException
 
PHPAPI zend_class_entryspl_ce_UnderflowException
 
PHPAPI zend_class_entryspl_ce_UnexpectedValueException
 

Function Documentation

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( spl_exceptions )

Definition at line 45 of file spl_exceptions.c.

Variable Documentation

◆ spl_ce_BadFunctionCallException

PHPAPI zend_class_entry* spl_ce_BadFunctionCallException
extern

Definition at line 29 of file spl_exceptions.c.

◆ spl_ce_BadMethodCallException

PHPAPI zend_class_entry* spl_ce_BadMethodCallException
extern

Definition at line 30 of file spl_exceptions.c.

◆ spl_ce_DomainException

PHPAPI zend_class_entry* spl_ce_DomainException
extern

Definition at line 31 of file spl_exceptions.c.

◆ spl_ce_InvalidArgumentException

PHPAPI zend_class_entry* spl_ce_InvalidArgumentException
extern

Definition at line 32 of file spl_exceptions.c.

◆ spl_ce_LengthException

PHPAPI zend_class_entry* spl_ce_LengthException
extern

Definition at line 33 of file spl_exceptions.c.

◆ spl_ce_LogicException

PHPAPI zend_class_entry* spl_ce_LogicException
extern

Definition at line 28 of file spl_exceptions.c.

◆ spl_ce_OutOfBoundsException

PHPAPI zend_class_entry* spl_ce_OutOfBoundsException
extern

Definition at line 36 of file spl_exceptions.c.

◆ spl_ce_OutOfRangeException

PHPAPI zend_class_entry* spl_ce_OutOfRangeException
extern

Definition at line 34 of file spl_exceptions.c.

◆ spl_ce_OverflowException

PHPAPI zend_class_entry* spl_ce_OverflowException
extern

Definition at line 37 of file spl_exceptions.c.

◆ spl_ce_RangeException

PHPAPI zend_class_entry* spl_ce_RangeException
extern

Definition at line 38 of file spl_exceptions.c.

◆ spl_ce_RuntimeException

PHPAPI zend_class_entry* spl_ce_RuntimeException
extern

Definition at line 35 of file spl_exceptions.c.

◆ spl_ce_UnderflowException

PHPAPI zend_class_entry* spl_ce_UnderflowException
extern

Definition at line 39 of file spl_exceptions.c.

◆ spl_ce_UnexpectedValueException

PHPAPI zend_class_entry* spl_ce_UnexpectedValueException
extern

Definition at line 40 of file spl_exceptions.c.