MCPcopy 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
24static inline void value_copy(zval *dst, zval *src) {
25 ZVAL_COPY_VALUE(dst, src);
26 zval_copy_ctor(dst);
27}
28
29engine_value *value_new();
30int value_kind(engine_value *val);

Callers 8

context_evalFunction · 0.85
value_set_zvalFunction · 0.85
value_get_longFunction · 0.85
value_get_doubleFunction · 0.85
value_get_boolFunction · 0.85
value_get_stringFunction · 0.85
RECEIVER_GETFunction · 0.85
RECEIVER_METHOD_CALLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected