Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.c3787 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval… in zend_declare_property() function
3801 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
3810 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_bool()
3819 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_long()
3828 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_double()
3837 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_string()
3846 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_stringl()
H A Dzend_API.h334 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval…

Completed in 22 milliseconds