mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: typo
This commit is contained in:
commit
ddf41b505c
@ -941,7 +941,7 @@ static zend_always_inline uint32_t zval_delref_p(zval* pz) {
|
||||
#define SEPARATE_STRING(zv) do { \
|
||||
zval *_zv = (zv); \
|
||||
if (Z_REFCOUNT_P(_zv) > 1) { \
|
||||
if (Z_REFCOUNTED_P(_zv)); \
|
||||
if (Z_REFCOUNTED_P(_zv)) { \
|
||||
Z_DELREF_P(_zv); \
|
||||
} \
|
||||
zval_copy_ctor_func(_zv); \
|
||||
|
Loading…
Reference in New Issue
Block a user