Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilters.c341 static void php_conv_base64_encode_dtor(php_conv_base64_encode *inst);
365 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_encode_dtor; in php_conv_base64_encode_ctor()
380 static void php_conv_base64_encode_dtor(php_conv_base64_encode *inst) in php_conv_base64_encode_dtor() function

Completed in 13 milliseconds