1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 00:40:45 +00:00
go-php/value
Alex Palaistras 081d7a133f Return values as copies when converting
Previously, value conversions were made on the original value, and thus,
calling methods like `Value.Int` had the side-effect of changing the
value's type for subsequent calls to `Value.Interface`. Any conversion
required happens on value copies, which are automatically destroyed
after use.
2015-10-18 01:13:28 +01:00
..
value.c Return values as copies when converting 2015-10-18 01:13:28 +01:00
value.go Return values as copies when converting 2015-10-18 01:13:28 +01:00
value.h Return values as copies when converting 2015-10-18 01:13:28 +01:00