php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_assert.h File Reference

Go to the source code of this file.

Enumerations

enum  {
  PHP_ASSERT_ACTIVE =1 , PHP_ASSERT_CALLBACK , PHP_ASSERT_BAIL , PHP_ASSERT_WARNING ,
  PHP_ASSERT_EXCEPTION
}
 

Functions

 PHP_MINIT_FUNCTION (assert)
 
 PHP_MSHUTDOWN_FUNCTION (assert)
 
 PHP_RINIT_FUNCTION (assert)
 
 PHP_RSHUTDOWN_FUNCTION (assert)
 
 PHP_MINFO_FUNCTION (assert)
 

Variables

PHPAPI zend_class_entryassertion_error_ce
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PHP_ASSERT_ACTIVE 
PHP_ASSERT_CALLBACK 
PHP_ASSERT_BAIL 
PHP_ASSERT_WARNING 
PHP_ASSERT_EXCEPTION 

Definition at line 26 of file php_assert.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( assert )

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( assert )

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( assert )

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( assert )

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( assert )

Variable Documentation

◆ assertion_error_ce

PHPAPI zend_class_entry* assertion_error_ce
extern

Definition at line 37 of file assert.c.