mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
API cleanup. Removed unused functions (kept compatibility macros).
This commit is contained in:
parent
e080fb6d92
commit
7eb045d31a
8 changed files with 36 additions and 120 deletions
|
@ -528,23 +528,6 @@ ZEND_API zend_bool zend_is_executing(void) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
ZEND_API void _zval_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC) /* {{{ */
|
||||
{
|
||||
i_zval_ptr_dtor(zval_ptr ZEND_FILE_LINE_RELAY_CC);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
ZEND_API void _zval_internal_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC) /* {{{ */
|
||||
{
|
||||
if (Z_REFCOUNTED_P(zval_ptr)) {
|
||||
Z_DELREF_P(zval_ptr);
|
||||
if (Z_REFCOUNT_P(zval_ptr) == 0) {
|
||||
_zval_internal_dtor_for_ptr(zval_ptr ZEND_FILE_LINE_CC);
|
||||
}
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
ZEND_API int zend_use_undefined_constant(zend_string *name, zend_ast_attr attr, zval *result) /* {{{ */
|
||||
{
|
||||
char *colon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue