Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.h306 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval…
H A Dzend_API.c3414 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex() function
3516 return zend_declare_property_ex(ce, name, name_length, property, access_type, NULL, 0 TSRMLS_CC); in zend_declare_property()
H A Dzend_compile.c4360 zend_declare_property_ex(ce, prop_name, prop_name_length, in zend_do_traits_property_binding()
5337zend_declare_property_ex(CG(active_class_entry), zend_new_interned_string(var_name->u.constant.val… in zend_do_declare_property()

Completed in 54 milliseconds