Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_inheritance.c1615 zend_declare_property_ex(ce, prop_name, in zend_do_traits_property_binding()
H A Dzend_API.h333 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int …
H A Dzend_API.c3707 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int … in zend_declare_property_ex() function
3790 int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property()
H A Dzend_compile.c6060 zend_declare_property_ex(ce, name, &value_zv, flags, doc_comment); in zend_compile_prop_decl()

Completed in 52 milliseconds