Skip to content

Instantly share code, notes, and snippets.

@bcremer
Created June 27, 2016 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcremer/4f4999ecfec19388ccec7369c7f4640e to your computer and use it in GitHub Desktop.
Save bcremer/4f4999ecfec19388ccec7369c7f4640e to your computer and use it in GitHub Desktop.
php -r 'echo implode("\n", get_defined_functions()["internal"]);' | awk '{ print length($0) " " $0; }' | sort -rn | head -10
38 xml_set_processing_instruction_handler
38 intltz_create_time_zone_id_enumeration
38 intlcal_set_minimal_days_in_first_week
38 intlcal_get_minimal_days_in_first_week
37 mcrypt_module_is_block_algorithm_mode
37 mcrypt_module_get_supported_key_sizes
37 intlcal_set_repeated_wall_time_option
37 intlcal_get_repeated_wall_time_option
37 intlcal_get_keyword_values_for_locale
37 date_interval_create_from_date_string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment