MCPcopy Create free account
hub / github.com/deuill/go-php / value_destroy

Function value_destroy

engine/include/php7/_value.h:53–57  ·  view source on GitHub ↗

Destroy and free engine value.

Source from the content-addressed store, hash-verified

51
52// Destroy and free engine value.
53static inline void value_destroy(engine_value *val) {
54 zval_dtor(val->internal);
55 free(val->internal);
56 free(val);
57}
58
59#endif

Callers 3

RECEIVER_GETFunction · 0.50
RECEIVER_EXISTSFunction · 0.50
RECEIVER_METHOD_CALLFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected