PHP extensions in TypeScript

TypeScript implementations of 324 PHP standard library functions across 20 modules. Each function is individually importable and tree-shakeable.

array bc ctype datetime exec filesystem funchand i18n info json math misc net-gopher network pcre strings url var xdiff xml
Upstream Surface Inventory 300/1184 shipped · 58 next 25%

Locutus tracks 1 upstream namespace for PHP and sorts them into what is already shipped, what we still want, what we intentionally keep, and what still needs a decision.

25% catalog shipped
Shipped Next Explicit non-goals
__global 25%
Tracked namespaces 1
Shipped 300/1184
Next to port 58
Explicit non-goals 826
Intentional extras 24

PHP function catalog

PHP 8.3 · Catalog source: live runtime snapshot php:8.3-cli

84% shipped
300/358 shipped 58 next 826 explicit non-goals 24 intentional extras
Shipped (324)

Next

PHP array helpers are high-value portability targets and map well onto JS arrays and plain objects.

  • array_uintersect_assoc

Date helpers remain high-value portability targets within Locutus' Date-based model.

  • date_add
  • date_create
  • date_create_from_format
  • date_create_immutable
  • date_create_immutable_from_format
  • date_date_set
  • date_default_timezone_get
  • date_default_timezone_set
  • date_diff
  • date_format
  • date_get_last_errors
  • date_interval_create_from_date_string
  • date_interval_format
  • date_isodate_set
  • date_modify
  • date_offset_get
  • date_parse_from_format
  • date_sub
  • date_sun_info
  • date_sunrise
  • date_sunset
  • date_time_set
  • date_timestamp_get
  • date_timestamp_set
  • date_timezone_get
  • date_timezone_set

Generic hashing helpers are useful plain-value utilities.

  • hash

Hashing helpers are useful pure-value utilities.

  • hash_algos
  • hash_copy
  • hash_equals
  • hash_file
  • hash_final
  • hash_hkdf
  • hash_hmac
  • hash_hmac_algos
  • hash_hmac_file
  • hash_init
  • hash_pbkdf2
  • hash_update
  • hash_update_file
  • hash_update_stream

JSON helpers are strong plain-value portability targets.

  • json_last_error_msg
  • json_validate

Regular-expression helpers are high-value portability targets.

  • preg_filter
  • preg_grep
  • preg_last_error
  • preg_last_error_msg
  • preg_match_all
  • preg_replace_callback
  • preg_replace_callback_array
  • preg_split

String helpers are core portability targets for Locutus.

  • str_contains
  • str_decrement
  • str_ends_with
  • str_increment
  • str_starts_with
  • stripcslashes

Intentional extras

Explicit non-goals (826)
  • assert Skip Runtime assertion configuration is not a good portability target.
  • chdir Skip Process-wide working-directory mutation is outside Locutus' value-only model.
  • checkdnsrr Skip Network and environment dependent behavior is outside the portability focus.
  • chgrp Skip Filesystem ownership mutation is outside the portability focus.
  • chmod Skip Filesystem permission mutation is outside the portability focus.
  • chown Skip Filesystem ownership mutation is outside the portability focus.
  • chroot Skip Process and filesystem sandbox mutation is outside the portability focus.
  • class_alias Skip Runtime class-table mutation is not a good fit for Locutus' plain-value model.
  • class_exists Skip Class-table introspection depends on runtime object state.
  • class_implements Skip Class-table introspection depends on runtime object state.
  • class_parents Skip Class-table introspection depends on runtime object state.
  • class_uses Skip Class-table introspection depends on runtime object state.
  • clearstatcache Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • cli_get_process_title Skip Process metadata depends on host runtime state.
  • cli_set_process_title Skip Process metadata mutation is outside Locutus' value-only model.
  • closedir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • closelog Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • compact Skip Scope-variable extraction has no honest plain-value JS equivalent.
  • connection_aborted Skip HTTP connection state depends on runtime server environment.
  • connection_status Skip HTTP connection state depends on runtime server environment.
  • constant Skip Runtime constant-table lookup depends on language environment state.
  • convert_uudecode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • copy Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • crypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • curl_close Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_copy_handle Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_errno Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_error Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_escape Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_exec Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_file_create Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_getinfo Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_init Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_add_handle Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_close Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_errno Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_exec Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_getcontent Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_info_read Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_init Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_remove_handle Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_select Skip Network multiplexing depends on runtime socket state.
  • curl_multi_setopt Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_multi_strerror Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_pause Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_reset Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_setopt Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_setopt_array Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_share_close Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_share_errno Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_share_init Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_share_setopt Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_share_strerror Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_strerror Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_unescape Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_upkeep Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • curl_version Skip Network-bound cURL helpers depend on host I/O and runtime handles.
  • debug_backtrace Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • debug_print_backtrace Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • debug_zval_dump Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • define Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • defined Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • deflate_add Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • deflate_init Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • dir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • disk_free_space Skip Filesystem capacity depends on host state.
  • disk_total_space Skip Filesystem capacity depends on host state.
  • diskfreespace Skip Filesystem capacity depends on host state.
  • dl Skip Runtime extension loading is security-sensitive and host-dependent.
  • dns_check_record Skip DNS queries depend on external network state.
  • dns_get_mx Skip DNS queries depend on external network state.
  • dns_get_record Skip DNS queries depend on external network state.
  • dom_import_simplexml Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • enum_exists Skip Runtime enum-table introspection depends on language environment state.
  • error_clear_last Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • error_get_last Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • error_log Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • error_reporting Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • escapeshellcmd Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • exec Skip Shell execution is outside Locutus' security model.
  • extension_loaded Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • extract Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fclose Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fdatasync Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fdiv Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • feof Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fflush Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fgetc Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fgetcsv Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fgets Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • file_put_contents Skip Filesystem writes are side effects outside Locutus' portability focus.
  • fileatime Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filectime Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filegroup Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fileinode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filemtime Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fileowner Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fileperms Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filesize Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filetype Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_has_var Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_id Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_input Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_input_array Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_list Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_var Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • filter_var_array Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • finfo_buffer Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • finfo_close Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • finfo_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • finfo_open Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • finfo_set_flags Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • flock Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • flush Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fnmatch Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fopen Skip Stream resource creation depends on host I/O state.
  • forward_static_call Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • forward_static_call_array Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fpassthru Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fprintf Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fputcsv Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fputs Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fread Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fscanf Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fseek Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fsockopen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fstat Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fsync Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ftell Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ftok Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ftruncate Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • func_get_arg Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • func_get_args Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • func_num_args Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • fwrite Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gc_collect_cycles Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gc_disable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gc_enable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gc_enabled Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gc_mem_caches Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gc_status Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_browser Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_called_class Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_cfg_var Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_class Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_class_methods Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_class_vars Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_current_user Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_debug_type Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_declared_classes Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_declared_interfaces Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_declared_traits Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_defined_constants Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_defined_vars Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_extension_funcs Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_headers Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_include_path Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_included_files Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_loaded_extensions Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_mangled_object_vars Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_meta_tags Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_object_vars Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_parent_class Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_required_files Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_resource_id Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_resource_type Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • get_resources Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getcwd Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gethostbyaddr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gethostbyname Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gethostbynamel Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gethostname Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getimagesize Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getimagesizefromstring Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getlastmod Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getmxrr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getmygid Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getmyinode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getmypid Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getmyuid Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getopt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getprotobyname Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getprotobynumber Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getrusage Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getservbyname Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • getservbyport Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • glob Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzclose Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzcompress Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzdecode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzdeflate Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzencode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzeof Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzfile Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzgetc Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzgets Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzinflate Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzopen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzpassthru Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzputs Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzread Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzrewind Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzseek Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gztell Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzuncompress Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • gzwrite Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • header Skip HTTP header emission mutates response state outside Locutus' model.
  • header_register_callback Skip HTTP header emission mutates response state outside Locutus' model.
  • header_remove Skip HTTP header emission mutates response state outside Locutus' model.
  • headers_list Skip HTTP header emission mutates response state outside Locutus' model.
  • headers_sent Skip HTTP header emission mutates response state outside Locutus' model.
  • hebrev Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • highlight_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • highlight_string Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • hrtime Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • http_response_code Skip Response-status mutation is outside Locutus' portability focus.
  • iconv Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_get_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_mime_decode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_mime_decode_headers Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_mime_encode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_set_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_strlen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_strpos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_strrpos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iconv_substr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ignore_user_abort Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • image_type_to_extension Skip GD image resources do not fit Locutus' plain-value model.
  • image_type_to_mime_type Skip GD image resources do not fit Locutus' plain-value model.
  • inflate_add Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • inflate_get_read_len Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • inflate_get_status Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • inflate_init Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ini_alter Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ini_get_all Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ini_parse_quantity Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ini_restore Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • intdiv Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • interface_exists Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iptcembed Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iptcparse Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_a Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_countable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_dir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_executable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_iterable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_link Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_readable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_resource Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_subclass_of Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_uploaded_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_writable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • is_writeable Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iterator_apply Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iterator_count Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • iterator_to_array Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • key_exists Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • lchgrp Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • lchown Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_clear_errors Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_disable_entity_loader Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_get_errors Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_get_external_entity_loader Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_get_last_error Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_set_external_entity_loader Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_set_streams_context Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • libxml_use_internal_errors Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • link Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • linkinfo Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • localtime Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • lstat Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mail Skip Mail dispatch is an external side effect.
  • mb_check_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_chr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_convert_case Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_convert_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_convert_kana Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_convert_variables Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_decode_mimeheader Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_decode_numericentity Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_detect_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_detect_order Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_encode_mimeheader Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_encode_numericentity Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_encoding_aliases Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_match Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_replace Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_replace_callback Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search_getpos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search_getregs Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search_init Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search_pos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search_regs Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ereg_search_setpos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_eregi Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_eregi_replace Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_get_info Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_http_input Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_http_output Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_internal_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_language Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_list_encodings Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_ord Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_output_handler Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_parse_str Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_preferred_mime_name Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_regex_encoding Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_regex_set_options Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_scrub Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_send_mail Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_split Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_str_pad Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_str_split Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strcut Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strimwidth Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_stripos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_stristr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strlen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strpos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strrchr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strrichr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strripos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strrpos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strstr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strtolower Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strtoupper Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_strwidth Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_substitute_character Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_substr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mb_substr_count Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • memory_get_peak_usage Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • memory_get_usage Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • memory_reset_peak_usage Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • method_exists Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mhash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mhash_count Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mhash_get_block_size Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mhash_get_hash_name Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mhash_keygen_s2k Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mime_content_type Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mkdir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • move_uploaded_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • mt_srand Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • net_get_interfaces Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • ob_clean Skip Output buffering mutates ambient process output state.
  • ob_end_clean Skip Output buffering mutates ambient process output state.
  • ob_end_flush Skip Output buffering mutates ambient process output state.
  • ob_flush Skip Output buffering mutates ambient process output state.
  • ob_get_clean Skip Output buffering mutates ambient process output state.
  • ob_get_contents Skip Output buffering mutates ambient process output state.
  • ob_get_flush Skip Output buffering mutates ambient process output state.
  • ob_get_length Skip Output buffering mutates ambient process output state.
  • ob_get_level Skip Output buffering mutates ambient process output state.
  • ob_get_status Skip Output buffering mutates ambient process output state.
  • ob_gzhandler Skip Output buffering mutates ambient process output state.
  • ob_implicit_flush Skip Output buffering mutates ambient process output state.
  • ob_list_handlers Skip Output buffering mutates ambient process output state.
  • ob_start Skip Output buffering mutates ambient process output state.
  • opcache_compile_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • opcache_get_configuration Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • opcache_get_status Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • opcache_invalidate Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • opcache_is_script_cached Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • opcache_reset Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • opendir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • openlog Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • openssl_cipher_iv_length Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_cipher_key_length Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_cms_decrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_cms_encrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_cms_read Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_cms_sign Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_cms_verify Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_csr_export Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_csr_export_to_file Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_csr_get_public_key Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_csr_get_subject Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_csr_new Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_csr_sign Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_decrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_dh_compute_key Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_digest Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_encrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_error_string Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_free_key Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_get_cert_locations Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_get_cipher_methods Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_get_curve_names Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_get_md_methods Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_get_privatekey Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_get_publickey Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_open Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pbkdf2 Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs12_export Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs12_export_to_file Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs12_read Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs7_decrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs7_encrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs7_read Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs7_sign Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkcs7_verify Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_derive Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_export Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_export_to_file Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_free Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_get_details Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_get_private Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_get_public Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_pkey_new Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_private_decrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_private_encrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_public_decrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_public_encrypt Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_random_pseudo_bytes Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_seal Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_sign Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_spki_export Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_spki_export_challenge Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_spki_new Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_spki_verify Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_verify Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_check_private_key Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_checkpurpose Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_export Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_export_to_file Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_fingerprint Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_free Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_parse Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_read Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • openssl_x509_verify Skip OpenSSL resource and key-management helpers are security-sensitive and environment-bound.
  • output_add_rewrite_var Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • output_reset_rewrite_vars Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • parse_ini_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • parse_ini_string Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • passthru Skip Shell execution is outside Locutus' security model.
  • password_algos Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • password_get_info Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • password_hash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • password_needs_rehash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • password_verify Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • pclose Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • pdo_drivers Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • pfsockopen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • php_ini_loaded_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • php_ini_scanned_files Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • php_sapi_name Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • php_strip_whitespace Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • php_uname Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • phpcredits Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • phpinfo Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • phpversion Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • popen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • posix_access Skip POSIX process and host helpers depend on OS-specific state.
  • posix_ctermid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_eaccess Skip POSIX process and host helpers depend on OS-specific state.
  • posix_errno Skip POSIX process and host helpers depend on OS-specific state.
  • posix_fpathconf Skip POSIX process and host helpers depend on OS-specific state.
  • posix_get_last_error Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getcwd Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getegid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_geteuid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getgid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getgrgid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getgrnam Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getgroups Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getlogin Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getpgid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getpgrp Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getpid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getppid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getpwnam Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getpwuid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getrlimit Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getsid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_getuid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_initgroups Skip POSIX process and host helpers depend on OS-specific state.
  • posix_isatty Skip POSIX process and host helpers depend on OS-specific state.
  • posix_kill Skip POSIX process and host helpers depend on OS-specific state.
  • posix_mkfifo Skip POSIX process and host helpers depend on OS-specific state.
  • posix_mknod Skip POSIX process and host helpers depend on OS-specific state.
  • posix_pathconf Skip POSIX process and host helpers depend on OS-specific state.
  • posix_setegid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_seteuid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_setgid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_setpgid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_setrlimit Skip POSIX process and host helpers depend on OS-specific state.
  • posix_setsid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_setuid Skip POSIX process and host helpers depend on OS-specific state.
  • posix_strerror Skip POSIX process and host helpers depend on OS-specific state.
  • posix_sysconf Skip POSIX process and host helpers depend on OS-specific state.
  • posix_times Skip POSIX process and host helpers depend on OS-specific state.
  • posix_ttyname Skip POSIX process and host helpers depend on OS-specific state.
  • posix_uname Skip POSIX process and host helpers depend on OS-specific state.
  • proc_close Skip Process-spawning helpers are outside Locutus' portability scope.
  • proc_get_status Skip Process-spawning helpers are outside Locutus' portability scope.
  • proc_nice Skip Process-spawning helpers are outside Locutus' portability scope.
  • proc_open Skip Process-spawning helpers are outside Locutus' portability scope.
  • proc_terminate Skip Process-spawning helpers are outside Locutus' portability scope.
  • property_exists Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • putenv Skip Process environment mutation is outside Locutus' portability focus.
  • random_bytes Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • random_int Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readdir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readfile Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readgzfile Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_add_history Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_callback_handler_install Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_callback_handler_remove Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_callback_read_char Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_clear_history Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_completion_function Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_info Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_list_history Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_on_new_line Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_read_history Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_redisplay Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readline_write_history Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • readlink Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • realpath_cache_get Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • realpath_cache_size Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • register_shutdown_function Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • register_tick_function Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • rename Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • restore_error_handler Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • restore_exception_handler Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • rewind Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • rewinddir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • rmdir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • scandir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • session_abort Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_cache_expire Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_cache_limiter Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_commit Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_create_id Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_decode Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_destroy Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_encode Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_gc Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_get_cookie_params Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_id Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_module_name Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_name Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_regenerate_id Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_register_shutdown Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_reset Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_save_path Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_set_cookie_params Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_set_save_handler Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_start Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_status Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_unset Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • session_write_close Skip Session lifecycle helpers mutate ambient process or HTTP state.
  • set_error_handler Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • set_exception_handler Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • set_file_buffer Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • set_include_path Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • settype Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • shell_exec Skip Shell execution is outside Locutus' security model.
  • show_source Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • simplexml_import_dom Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • simplexml_load_file Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • simplexml_load_string Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sleep Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • socket_get_status Skip Socket helpers depend on external network state and resource handles.
  • socket_set_blocking Skip Socket helpers depend on external network state and resource handles.
  • socket_set_timeout Skip Socket helpers depend on external network state and resource handles.
  • sodium_add Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_base642bin Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_bin2base64 Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_bin2hex Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_compare Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_aes256gcm_is_available Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_chacha20poly1305_decrypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_chacha20poly1305_encrypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_chacha20poly1305_ietf_decrypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_chacha20poly1305_ietf_encrypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_chacha20poly1305_ietf_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_chacha20poly1305_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_xchacha20poly1305_ietf_decrypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_xchacha20poly1305_ietf_encrypt Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_aead_xchacha20poly1305_ietf_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_auth Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_auth_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_auth_verify Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_keypair Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_keypair_from_secretkey_and_publickey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_open Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_publickey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_publickey_from_secretkey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_seal Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_seal_open Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_secretkey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_box_seed_keypair Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_add Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_from_hash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_is_valid_point Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_random Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_add Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_complement Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_invert Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_mul Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_negate Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_random Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_reduce Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_scalar_sub Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_core_ristretto255_sub Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_generichash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_generichash_final Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_generichash_init Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_generichash_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_generichash_update Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kdf_derive_from_key Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kdf_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kx_client_session_keys Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kx_keypair Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kx_publickey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kx_secretkey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kx_seed_keypair Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_kx_server_session_keys Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash_scryptsalsa208sha256 Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash_scryptsalsa208sha256_str Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash_scryptsalsa208sha256_str_verify Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash_str Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash_str_needs_rehash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_pwhash_str_verify Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_scalarmult Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_scalarmult_base Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_scalarmult_ristretto255 Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_scalarmult_ristretto255_base Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretbox Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretbox_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretbox_open Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretstream_xchacha20poly1305_init_pull Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretstream_xchacha20poly1305_init_push Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretstream_xchacha20poly1305_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretstream_xchacha20poly1305_pull Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretstream_xchacha20poly1305_push Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_secretstream_xchacha20poly1305_rekey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_shorthash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_shorthash_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_detached Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_ed25519_pk_to_curve25519 Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_ed25519_sk_to_curve25519 Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_keypair Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_keypair_from_secretkey_and_publickey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_open Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_publickey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_publickey_from_secretkey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_secretkey Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_seed_keypair Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_sign_verify_detached Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream_xchacha20 Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream_xchacha20_keygen Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream_xchacha20_xor Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream_xchacha20_xor_ic Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_crypto_stream_xor Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_hex2bin Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_increment Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_memcmp Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_memzero Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_pad Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sodium_unpad Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_autoload Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_autoload_call Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_autoload_extensions Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_autoload_functions Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_autoload_register Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_autoload_unregister Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_classes Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_object_hash Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • spl_object_id Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • srand Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • stat Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • stream_bucket_append Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_bucket_make_writeable Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_bucket_new Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_bucket_prepend Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_create Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_get_default Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_get_options Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_get_params Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_set_default Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_set_option Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_set_options Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_context_set_params Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_copy_to_stream Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_filter_append Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_filter_prepend Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_filter_register Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_filter_remove Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_get_contents Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_get_filters Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_get_line Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_get_meta_data Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_get_transports Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_get_wrappers Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_is_local Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_isatty Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_register_wrapper Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_resolve_include_path Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_select Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_set_blocking Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_set_chunk_size Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_set_read_buffer Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_set_timeout Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_set_write_buffer Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_accept Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_client Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_enable_crypto Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_get_name Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_pair Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_recvfrom Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_sendto Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_server Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_socket_shutdown Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_supports_lock Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_wrapper_register Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_wrapper_restore Skip Stream resource helpers depend on host I/O handles and runtime state.
  • stream_wrapper_unregister Skip Stream resource helpers depend on host I/O handles and runtime state.
  • symlink Skip Filesystem mutation is outside Locutus' portability focus.
  • sys_get_temp_dir Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • sys_getloadavg Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • syslog Skip System logging is an external side effect.
  • system Skip Shell execution is outside Locutus' security model.
  • tempnam Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • time_nanosleep Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • time_sleep_until Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_abbreviations_list Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_identifiers_list Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_location_get Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_name_from_abbr Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_name_get Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_offset_get Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_open Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_transitions_get Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • timezone_version_get Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • tmpfile Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • token_get_all Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • token_name Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • touch Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • trait_exists Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • trigger_error Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • umask Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • unlink Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • unregister_tick_function Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • user_error Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • usleep Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • vfprintf Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xml_error_string Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_get_current_byte_index Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_get_current_column_number Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_get_current_line_number Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_get_error_code Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parse Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parse_into_struct Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parser_create Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parser_create_ns Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parser_free Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parser_get_option Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_parser_set_option Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_character_data_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_default_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_element_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_end_namespace_decl_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_external_entity_ref_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_notation_decl_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_object Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_processing_instruction_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_start_namespace_decl_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xml_set_unparsed_entity_decl_handler Skip XML parser resources and callbacks do not fit Locutus' plain-value model.
  • xmlwriter_end_attribute Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_cdata Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_comment Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_document Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_dtd Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_dtd_attlist Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_dtd_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_dtd_entity Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_end_pi Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_flush Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_full_end_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_open_memory Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_open_uri Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_output_memory Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_set_indent Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_set_indent_string Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_attribute Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_attribute_ns Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_cdata Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_comment Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_document Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_dtd Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_dtd_attlist Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_dtd_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_dtd_entity Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_element_ns Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_start_pi Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_text Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_attribute Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_attribute_ns Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_cdata Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_comment Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_dtd Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_dtd_attlist Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_dtd_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_dtd_entity Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_element Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_element_ns Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_pi Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • xmlwriter_write_raw Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • zend_version Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • zlib_decode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • zlib_encode Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.
  • zlib_get_coding_type Skip The PHP global surface is broad and many entries depend on runtime objects, host state, or side-effectful process behavior.