Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.c4611 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property() function
4624 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
4633 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_bool()
4642 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_long()
4651 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_double()
4660 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_string()
4669 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_stringl()
H A Dzend_API.h427 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…

Completed in 36 milliseconds