mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
cdb7ebd972
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ ZEND_API int zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, ze
|
|||
ZVAL_FALSE(_zv); \
|
||||
} while (0)
|
||||
|
||||
#define ZEND_TRY_ASSIGN_FASLE(zv) \
|
||||
#define ZEND_TRY_ASSIGN_FALSE(zv) \
|
||||
_ZEND_TRY_ASSIGN_FALSE(zv, 0)
|
||||
|
||||
#define ZEND_TRY_ASSIGN_REF_FALSE(zv) do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue