Skip to content

Commit

Permalink
Add gc_mem_caches gc_status
Browse files Browse the repository at this point in the history
  • Loading branch information
husanjun committed Oct 11, 2023
1 parent ba5f8ab commit 670a32e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
16 changes: 8 additions & 8 deletions PHP/PHP Source.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -3212,14 +3212,14 @@ contexts:
- match: |-
(?xi:
assert | assert_options | cli_get_process_title | cli_set_process_title | dl | extension_loaded |
gc_collect_cycles | gc_disable | gc_enable | gc_enabled | get_cfg_var | get_current_user |
get_defined_constants | get_extension_funcs | get_include_path | get_included_files | get_loaded_extensions |
get_magic_quotes_gpc | get_magic_quotes_runtime | get_required_files | getenv | getlastmod | getmygid |
getmyinode | getmypid | getmyuid | getopt | getrusage | ini_alter | ini_get | ini_get_all | ini_restore |
ini_set | magic_quotes_runtime | main | memory_get_peak_usage | memory_get_usage | php_ini_loaded_file |
php_ini_scanned_files | php_logo_guid | php_sapi_name | php_uname | phpcredits | phpinfo | phpversion |
putenv | restore_include_path | set_include_path | set_magic_quotes_runtime | set_time_limit |
sys_get_temp_dir | version_compare | zend_logo_guid | zend_thread_id | zend_version
gc_collect_cycles | gc_disable | gc_enable | gc_enabled | gc_mem_caches | gc_status | get_cfg_var |
get_current_user | get_defined_constants | get_extension_funcs | get_include_path | get_included_files |
get_loaded_extensions | get_magic_quotes_gpc | get_magic_quotes_runtime | get_required_files | getenv |
getlastmod | getmygid | getmyinode | getmypid | getmyuid | getopt | getrusage | ini_alter | ini_get |
ini_get_all | ini_restore | ini_set | magic_quotes_runtime | main | memory_get_peak_usage | memory_get_usage |
php_ini_loaded_file | php_ini_scanned_files | php_logo_guid | php_sapi_name | php_uname | phpcredits |
phpinfo | phpversion | putenv | restore_include_path | set_include_path | set_magic_quotes_runtime |
set_time_limit | sys_get_temp_dir | version_compare | zend_logo_guid | zend_thread_id | zend_version
)\b
scope: support.function.info.php
- match: |-
Expand Down
12 changes: 12 additions & 0 deletions PHP/PHP.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -5666,6 +5666,18 @@
"kind": "function",
"details": "Returns status of the circular reference collector"
},
{
"trigger": "gc_mem_caches()",
"contents": "gc_mem_caches()",
"kind": "function",
"details": "Reclaims memory used by the Zend Engine memory manager"
},
{
"trigger": "gc_status()",
"contents": "gc_status()",
"kind": "function",
"details": "Gets information about the garbage collector"
},
{
"trigger": "gd_info()",
"contents": "gd_info()",
Expand Down

0 comments on commit 670a32e

Please sign in to comment.