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

Go to the source code of this file.

Functions

void phar_intercept_functions (void)
 
void phar_release_functions (void)
 
void phar_intercept_functions_init (void)
 
void phar_intercept_functions_shutdown (void)
 
void phar_save_orig_functions (void)
 
void phar_restore_orig_functions (void)
 

Function Documentation

◆ phar_intercept_functions()

void phar_intercept_functions ( void )

◆ phar_intercept_functions_init()

void phar_intercept_functions_init ( void )

Definition at line 891 of file func_interceptors.c.

◆ phar_intercept_functions_shutdown()

void phar_intercept_functions_shutdown ( void )

Definition at line 928 of file func_interceptors.c.

◆ phar_release_functions()

void phar_release_functions ( void )

Definition at line 877 of file func_interceptors.c.

◆ phar_restore_orig_functions()

void phar_restore_orig_functions ( void )

Definition at line 1009 of file func_interceptors.c.

◆ phar_save_orig_functions()

void phar_save_orig_functions ( void )

Definition at line 982 of file func_interceptors.c.