Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deuill/go-php
/ value_copy
Function
value_copy
engine/include/value.h:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
static inline void value_copy(zval *dst, zval *src) {
25
ZVAL_COPY_VALUE(dst, src);
26
zval_copy_ctor(dst);
27
}
28
29
engine_value *value_new();
30
int value_kind(engine_value *val);
Callers
8
context_eval
Function · 0.85
value_set_zval
Function · 0.85
value_get_long
Function · 0.85
value_get_double
Function · 0.85
value_get_bool
Function · 0.85
value_get_string
Function · 0.85
RECEIVER_GET
Function · 0.85
RECEIVER_METHOD_CALL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected