Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/
H A Dphp_zip.c451 …zend_declare_class_constant_long(zip_class_entry, const_name, sizeof(const_name)-1, (zend_long)val…
814 static zend_class_entry *zip_class_entry; variable
3052 zip_class_entry = register_class_ZipArchive(zend_ce_countable);
3053 zip_class_entry->create_object = php_zip_object_new;
3197 …zend_declare_class_constant_string(zip_class_entry, "LIBZIP_VERSION", sizeof("LIBZIP_VERSION")-1, …
3199 …zend_declare_class_constant_string(zip_class_entry, "LIBZIP_VERSION", sizeof("LIBZIP_VERSION")-1, …

Completed in 11 milliseconds