Home
last modified time | relevance | path

Searched refs:zend_declare_property (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_API.c3974 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property() function
3987 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
3996 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_bool()
4005 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_long()
4014 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_double()
4023 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_string()
4032 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_stringl()
H A Dzend_API.h367 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…
/PHP-8.0/
H A DUPGRADING.INTERNALS157 - zend_declare_property*()

Completed in 31 milliseconds