Searched defs:zend_declare_property (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 3175 ZEND_API int zend_declare_property(zend_class_entry *ce, char *name, int name_length, zval *property, int access_type TSRMLS_DC) /* {{{ */ function 3191 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC); 3206 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC); 3221 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC); 3236 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC); 3253 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC); 3269 return zend_declare_property(ce, name, name_length, property, access_type TSRMLS_CC);
|
Completed in 10 milliseconds