Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.c3935 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int … in zend_declare_property_ex() function
3944 int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property()
H A Dzend_API.h317 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int …
/PHP-7.4/ext/zip/
H A Dphp_zip.c818 zend_declare_property_ex(zip_class_entry, str, &tmp, ZEND_ACC_PUBLIC, NULL); in php_zip_register_prop_handler()

Completed in 35 milliseconds