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

Go to the source code of this file.

Macros

#define PHP_PHAR_VERSION   PHP_VERSION
 
#define phpext_phar_ptr   &phar_module_entry
 
#define PHP_PHAR_API   PHPAPI
 

Functions

PHP_PHAR_API zend_result phar_resolve_alias (char *alias, size_t alias_len, char **filename, size_t *filename_len)
 

Variables

zend_module_entry phar_module_entry
 

Macro Definition Documentation

◆ PHP_PHAR_API

#define PHP_PHAR_API   PHPAPI

Definition at line 32 of file php_phar.h.

◆ PHP_PHAR_VERSION

#define PHP_PHAR_VERSION   PHP_VERSION

Definition at line 23 of file php_phar.h.

◆ phpext_phar_ptr

#define phpext_phar_ptr   &phar_module_entry

Definition at line 27 of file php_phar.h.

Function Documentation

◆ phar_resolve_alias()

PHP_PHAR_API zend_result phar_resolve_alias ( char * alias,
size_t alias_len,
char ** filename,
size_t * filename_len )

Definition at line 978 of file util.c.

Variable Documentation

◆ phar_module_entry

zend_module_entry phar_module_entry
extern

Definition at line 3581 of file phar.c.