File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2396,7 +2396,7 @@ contexts:
2396
2396
scope: support.function.url.php
2397
2397
- match : |-
2398
2398
\b(?xi:
2399
- boolval | debug_zval_dump | doubleval | empty | floatval | get_debug_type | get_defined_vars | get_resource_type | gettype |
2399
+ boolval | debug_zval_dump | doubleval | empty | floatval | get_debug_type | get_defined_vars | get_resource_id | get_resource_type | gettype |
2400
2400
import_request_variables | intval | is_array | is_bool | is_callable | is_countable | is_double | is_float |
2401
2401
is_int | is_integer | is_iterable | is_long | is_null | is_numeric | is_object | is_real |
2402
2402
is_resource | is_scalar | is_string | isset | print_r | serialize | settype | strval |
Original file line number Diff line number Diff line change 5860
5860
"kind": "function",
5861
5861
"details": "Alias of get_included_files()"
5862
5862
},
5863
+ {
5864
+ "trigger": "get_resource_id()",
5865
+ "contents": "get_resource_id(${1:handle})",
5866
+ "kind": "function",
5867
+ "details": "Get the resource ID."
5868
+ },
5863
5869
{
5864
5870
"trigger": "get_resource_type()",
5865
5871
"contents": "get_resource_type(${1:handle})",
You can’t perform that action at this time.
0 commit comments