web/vendor/thecodingmachine/safe/generator/config/specialCasesFunctions.php
2019-03-07 12:11:50 -06:00

12 lines
226 B
PHP

<?php
/**
* A list of functions that must be dealt with manually.
* They are declared in lib/special_cases.php
*/
return [
'json_decode',
'apc_fetch',
'apcu_fetch',
'preg_replace',
'openssl_encrypt',
];