reasonableframework/storage/config/deprecated.ini.php

6 lines
152 B
PHP
Raw Normal View History

2020-04-12 09:37:39 +00:00
<?php
return <<<EOF
2020-02-21 04:31:55 +00:00
[deprecated]
2020-02-21 04:41:47 +00:00
deprecated_fn=check_invalid_function,check_function_exists,array_multikey_empty,split_by_line,startsWith,endsWith
2020-04-12 09:37:39 +00:00
EOF;