|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>#include "zend.h"#include "zend_API.h"#include "zend_ast.h"#include "zend_globals.h"#include "zend_constants.h"#include "zend_list.h"Go to the source code of this file.
Macros | |
| #define | zend_string_destroy _efree |
Typedefs | |
| typedef void(ZEND_FASTCALL * | zend_rc_dtor_func_t) (zend_refcounted *p) |
Functions | |
| ZEND_API void ZEND_FASTCALL | rc_dtor_func (zend_refcounted *p) |
| ZEND_API void | zval_ptr_dtor (zval *zval_ptr) |
| ZEND_API void | zval_internal_ptr_dtor (zval *zval_ptr) |
| ZEND_API void | zval_add_ref (zval *p) |
| ZEND_API void ZEND_FASTCALL | zval_copy_ctor_func (zval *zvalue) |
Definition at line 32 of file zend_variables.c.
| typedef void(ZEND_FASTCALL * zend_rc_dtor_func_t) (zend_refcounted *p) |
Definition at line 37 of file zend_variables.c.
| ZEND_API void ZEND_FASTCALL rc_dtor_func | ( | zend_refcounted * | p | ) |
Definition at line 54 of file zend_variables.c.
Definition at line 113 of file zend_variables.c.
| ZEND_API void ZEND_FASTCALL zval_copy_ctor_func | ( | zval * | zvalue | ) |
Definition at line 124 of file zend_variables.c.
Definition at line 88 of file zend_variables.c.
Definition at line 82 of file zend_variables.c.