mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
12 lines
226 B
PHP
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',
|
|
];
|