Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.c4796 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property() function
4809 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
4818 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_bool()
4827 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_long()
4836 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_double()
4845 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_string()
4854 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_stringl()
H A Dzend_API.h429 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva…

Completed in 30 milliseconds