Searched defs:zend_declare_property (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/Zend/
H A Dzend_API.c3446 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type TSRMLS_DC) /* {{{ */ function
3462 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
3477 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
3492 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
3507 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
3524 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
3540 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);

Completed in 118 milliseconds