Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/
H A Dphp_zip_arginfo.h741 zend_string *const_ER_OK_name = zend_string_init_interned("ER_OK", sizeof("ER_OK") - 1, 1); in register_class_ZipArchive() local
742 …zend_declare_class_constant_ex(class_entry, const_ER_OK_name, &const_ER_OK_value, ZEND_ACC_PUBLIC,… in register_class_ZipArchive()
743 zend_string_release(const_ER_OK_name); in register_class_ZipArchive()

Completed in 7 milliseconds