zend_declare_property 3540 Zend/zend_API.c 	return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
zend_declare_property 3555 Zend/zend_API.c 	return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
zend_declare_property 3570 Zend/zend_API.c 	return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
zend_declare_property 3585 Zend/zend_API.c 	return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
zend_declare_property 3602 Zend/zend_API.c 	return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
zend_declare_property 3618 Zend/zend_API.c 	return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
zend_declare_property  308 Zend/zend_API.h ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type TSRMLS_DC);
zend_declare_property  733 Zend/zend_API.h 	zend_declare_property(class_ptr, _name, namelen, value, mask TSRMLS_CC);		\