Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.c4584 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property() function
4597 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
4606 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_bool()
4615 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_long()
4624 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_double()
4633 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_string()
4642 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_stringl()
H A Dzend_API.h424 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…

Completed in 44 milliseconds