c531d3
From 0a9113dcba2930b658cb67f9ba1c63ad8eebd88f Mon Sep 17 00:00:00 2001
c531d3
From: William S Fulton <wsf@fultondesigns.co.uk>
c531d3
Date: Tue, 19 Sep 2017 07:37:29 +0100
c531d3
Subject: [PATCH] Correct php testcase
c531d3
c531d3
---
c531d3
 Examples/test-suite/php/preproc_constants_runme.php | 2 +-
c531d3
 1 file changed, 1 insertion(+), 1 deletion(-)
c531d3
c531d3
diff --git a/Examples/test-suite/php/preproc_constants_runme.php b/Examples/test-suite/php/preproc_constants_runme.php
c531d3
index ef32867..bd216c2 100644
c531d3
--- a/Examples/test-suite/php/preproc_constants_runme.php
c531d3
+++ b/Examples/test-suite/php/preproc_constants_runme.php
c531d3
@@ -61,8 +61,8 @@ check::equal(gettype(preproc_constants::EXPR_OR), "integer", "preproc_constants.
c531d3
 check::equal(gettype(preproc_constants::EXPR_LAND), "boolean", "preproc_constants.EXPR_LAND has unexpected type");
c531d3
 check::equal(gettype(preproc_constants::EXPR_LOR), "boolean", "preproc_constants.EXPR_LOR has unexpected type");
c531d3
 check::equal(gettype(preproc_constants::EXPR_CONDITIONAL), "double", "preproc_constants.EXPR_CONDITIONAL has unexpected type");
c531d3
+check::equal(gettype(preproc_constants::EXPR_MIXED1), "double", "preproc_constants.EXPR_MIXED1 has unexpected type");
c531d3
 check::equal(gettype(preproc_constants::EXPR_WCHAR_MAX), "integer", "preproc_constants.EXPR_WCHAR_MAX has unexpected type");
c531d3
 check::equal(gettype(preproc_constants::EXPR_WCHAR_MIN), "integer", "preproc_constants.EXPR_WCHAR_MIN has unexpected type");
c531d3
-check::equal(gettype(preproc_constants::EXPR_MIXED1), "integer", "preproc_constants.EXPR_MIXED1 has unexpected type");
c531d3
 
c531d3
 ?>
c531d3
-- 
c531d3
2.9.5
c531d3