Home
last modified time | relevance | path

Searched refs:zend_declare_property_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.h293 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval…
H A Dzend_API.c3101 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex() function
3177 return zend_declare_property_ex(ce, name, name_length, property, access_type, NULL, 0 TSRMLS_CC); in zend_declare_property()
H A Dzend_compile.c3669zend_declare_property_ex(CG(active_class_entry), var_name->u.constant.value.str.val, var_name->u.c… in zend_do_declare_property()

Completed in 37 milliseconds