File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2361,7 +2361,7 @@ contexts:
2361
2361
scope: support.function.url.php
2362
2362
- match : |-
2363
2363
\b(?xi:
2364
- boolval | debug_zval_dump | doubleval | empty | floatval | get_debug_type | get_defined_vars | get_resource_type | gettype |
2364
+ boolval | debug_zval_dump | doubleval | empty | floatval | get_debug_type | get_defined_vars | get_resource_id | get_resource_type | gettype |
2365
2365
import_request_variables | intval | is_array | is_bool | is_callable | is_countable | is_double | is_float |
2366
2366
is_int | is_integer | is_iterable | is_long | is_null | is_numeric | is_object | is_real |
2367
2367
is_resource | is_scalar | is_string | isset | print_r | serialize | settype | strval |
Original file line number Diff line number Diff line change 4992
4992
"contents" : " get_required_files()" ,
4993
4993
"kind" : " function"
4994
4994
},
4995
+ {
4996
+ "trigger" : " get_resource_id()" ,
4997
+ "contents" : " get_resource_id(${1:handle})" ,
4998
+ "kind" : " function" ,
4999
+ "details" : " Get the resource ID."
5000
+ },
4995
5001
{
4996
5002
"trigger" : " get_resource_type()" ,
4997
5003
"contents" : " get_resource_type(${1:handle})" ,
You can’t perform that action at this time.
0 commit comments