php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "ext/standard/basic_functions.h"
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 |
Definition at line 32 of file php_phar.h.
#define PHP_PHAR_VERSION PHP_VERSION |
Definition at line 23 of file php_phar.h.
#define phpext_phar_ptr &phar_module_entry |
Definition at line 27 of file php_phar.h.
PHP_PHAR_API zend_result phar_resolve_alias | ( | char * | alias, |
size_t | alias_len, | ||
char ** | filename, | ||
size_t * | filename_len ) |
|
extern |