Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.c3968 ZEND_API void zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int… in zend_declare_property_ex() function
3977 zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property()
H A Dzend_API.h366 ZEND_API void zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int…
/PHP-8.0/ext/zip/
H A Dphp_zip.c846 zend_declare_property_ex(zip_class_entry, str, &tmp, ZEND_ACC_PUBLIC, NULL); in php_zip_register_prop_handler()

Completed in 68 milliseconds