/data/7.4.php

https://github.com/wapmorgan/PhpCodeFixer · PHP · 30 lines · 24 code · 0 blank · 6 comment · 0 complexity · 16860784e7ef8e2d3f70358f26e675a6 MD5 · raw file

  1. <?php
  2. return [
  3. 'functions' => [
  4. 'is_real' => 'is_float',
  5. 'convert_cyr_string' => 'mb_convert_string',
  6. 'money_format' => 'NumberFormatter',
  7. 'ezmlm_hash',
  8. 'restore_include_path' => 'ini_restore(\'include_path\')',
  9. 'ldap_control_paged_result_response' => 'ldap_search',
  10. 'ldap_control_paged_result' => 'ldap_search',
  11. ],
  12. 'constants' => [
  13. /**
  14. * @see https://www.php.net/manual/en/migration74.incompatible.php#migration74.incompatible.curl
  15. */
  16. 'CURLPIPE_HTTP1',
  17. 'FILTER_SANITIZE_MAGIC_QUOTES' => 'FILTER_SANITIZE_ADD_SLASHES',
  18. 'AI_IDN_ALLOW_UNASSIGNED',
  19. 'AI_IDN_USE_STD3_ASCII_RULES',
  20. ],
  21. 'ini_settings' => [
  22. /**
  23. * @see https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.allow-url-include
  24. */
  25. 'allow_url_include',
  26. ],
  27. 'identifiers' => [
  28. 'fn',
  29. ],
  30. ];