--TEST--
adding numbers to strings
+--INI--
+precision=14
--FILE--
<?php
--TEST--
-Bug #3721 (Access to protected property of common base class)
+Bug #37212 (Access to protected property of common base class)
--FILE--
<?php
--TEST--
casting different variables to double
+--INI--
+precision=14
--FILE--
<?php
decrementing different variables
--SKIPIF--
<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
+--INI--
+precision=14
--FILE--
<?php
double to string conversion tests (64bit)
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
+--INI--
+precision=14
--FILE--
<?php
incrementing different variables
--SKIPIF--
<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
+--INI--
+precision=14
--FILE--
<?php
--TEST--
casting different variables to double using settype()
+--INI--
+precision=14
--FILE--
<?php