Searched refs:tag_dtor (Results 1 – 2 of 2) sorted by relevance
49 static void tag_dtor(zval *zv) in tag_dtor() function79 zend_hash_init(ctx->tags, 0, NULL, tag_dtor, 1); in php_ini_on_update_tags()
47 static void tag_dtor(zval *zv)77 zend_hash_init(ctx->tags, 0, NULL, tag_dtor, 1);
Completed in 8 milliseconds