Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dbase64.c423 PHPAPI zend_string *(*php_base64_decode_ex_ptr)(const unsigned char *str, size_t length, zend_bool … variable
429 return php_base64_decode_ex_ptr(str, length, strict); in php_base64_decode_ex()
437 php_base64_decode_ex_ptr = php_base64_decode_ex_avx2; in PHP_MINIT_FUNCTION()
443 php_base64_decode_ex_ptr = php_base64_decode_ex_ssse3; in PHP_MINIT_FUNCTION()
448 php_base64_decode_ex_ptr = php_base64_decode_ex_default; in PHP_MINIT_FUNCTION()

Completed in 7 milliseconds