Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.c3687 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval… in zend_declare_property() function
3701 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
3710 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_bool()
3719 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_long()
3728 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_double()
3737 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_string()
3746 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_stringl()
H A Dzend_API.h319 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval…

Completed in 23 milliseconds