summaryrefslogtreecommitdiff
path: root/tests/cpp/include/variables/011-012-value-casting-operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/include/variables/011-012-value-casting-operators.h')
-rw-r--r--tests/cpp/include/variables/011-012-value-casting-operators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpp/include/variables/011-012-value-casting-operators.h b/tests/cpp/include/variables/011-012-value-casting-operators.h
index 182054b..2d791b2 100644
--- a/tests/cpp/include/variables/011-012-value-casting-operators.h
+++ b/tests/cpp/include/variables/011-012-value-casting-operators.h
@@ -20,7 +20,7 @@ namespace TestVariables {
{
Php::Value value = params[0];
- long value1 = value;
+ int64_t value1 = value;
std::string value2 = value;
bool value4 = value;