Update deprecated.ini.php

This commit is contained in:
Namhyeon Go 2020-04-12 18:37:39 +09:00 committed by GitHub
parent c586ee2001
commit 57b4a9cef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,5 @@
<?php
return <<<EOF
[deprecated]
deprecated_fn=check_invalid_function,check_function_exists,array_multikey_empty,split_by_line,startsWith,endsWith
EOF;