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