Searched defs:zend_declare_property_ex (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 3101 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type, char *doc_comment, int doc_comment_len TSRMLS_DC) /* {{{ */ function 3177 return zend_declare_property_ex(ce, name, name_length, property, access_type, NULL, 0 TSRMLS_CC);
|
Completed in 11 milliseconds