php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_accelerator_debug.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <time.h>
#include "ZendAccelerator.h"

Go to the source code of this file.

Functions

void zend_accel_error (int type, const char *format,...)
 
ZEND_NORETURN void zend_accel_error_noreturn (int type, const char *format,...)
 

Function Documentation

◆ zend_accel_error()

void zend_accel_error ( int type,
const char * format,
... )

Definition at line 99 of file zend_accelerator_debug.c.

◆ zend_accel_error_noreturn()

ZEND_NORETURN void zend_accel_error_noreturn ( int type,
const char * format,
... )

Definition at line 107 of file zend_accelerator_debug.c.