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

Go to the source code of this file.

Macros

#define spl_ce_Exception   zend_ce_exception
 

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
 

Macro Definition Documentation

◆ spl_ce_Exception

#define spl_ce_Exception   zend_ce_exception

Definition at line 42 of file spl_exceptions.c.

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

Definition at line 29 of file spl_exceptions.c.

◆ spl_ce_BadMethodCallException

PHPAPI zend_class_entry* spl_ce_BadMethodCallException

Definition at line 30 of file spl_exceptions.c.

◆ spl_ce_DomainException

PHPAPI zend_class_entry* spl_ce_DomainException

Definition at line 31 of file spl_exceptions.c.

◆ spl_ce_InvalidArgumentException

PHPAPI zend_class_entry* spl_ce_InvalidArgumentException

Definition at line 32 of file spl_exceptions.c.

◆ spl_ce_LengthException

PHPAPI zend_class_entry* spl_ce_LengthException

Definition at line 33 of file spl_exceptions.c.

◆ spl_ce_LogicException

PHPAPI zend_class_entry* spl_ce_LogicException

Definition at line 28 of file spl_exceptions.c.

◆ spl_ce_OutOfBoundsException

PHPAPI zend_class_entry* spl_ce_OutOfBoundsException

Definition at line 36 of file spl_exceptions.c.

◆ spl_ce_OutOfRangeException

PHPAPI zend_class_entry* spl_ce_OutOfRangeException

Definition at line 34 of file spl_exceptions.c.

◆ spl_ce_OverflowException

PHPAPI zend_class_entry* spl_ce_OverflowException

Definition at line 37 of file spl_exceptions.c.

◆ spl_ce_RangeException

PHPAPI zend_class_entry* spl_ce_RangeException

Definition at line 38 of file spl_exceptions.c.

◆ spl_ce_RuntimeException

PHPAPI zend_class_entry* spl_ce_RuntimeException

Definition at line 35 of file spl_exceptions.c.

◆ spl_ce_UnderflowException

PHPAPI zend_class_entry* spl_ce_UnderflowException

Definition at line 39 of file spl_exceptions.c.

◆ spl_ce_UnexpectedValueException

PHPAPI zend_class_entry* spl_ce_UnexpectedValueException

Definition at line 40 of file spl_exceptions.c.