mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Implement typed properties
RFC: https://wiki.php.net/rfc/typed_properties_v2 This is a squash of PR #3734, which is a squash of PR #3313. Co-authored-by: Bob Weinand <bobwei9@hotmail.com> Co-authored-by: Joe Watkins <krakjoe@php.net> Co-authored-by: Dmitry Stogov <dmitry@zend.com>
This commit is contained in:
parent
fe8fdfa3bd
commit
e219ec144e
210 changed files with 22678 additions and 5594 deletions
|
@ -69,7 +69,7 @@ static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, in
|
|||
}
|
||||
}
|
||||
|
||||
static zval *saproxy_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *rv)
|
||||
static zval *saproxy_property_read(zval *object, zval *member, int type, void **cache_slot, zval *rv)
|
||||
{
|
||||
ZVAL_NULL(rv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue