--TEST-- This test verifies that GitHub issue #378 is fixed. --DESCRIPTION-- GitHub issue #378 - output parameters appends garbage info when variable is initialized with different data type Steps to reproduce the issue: 1- create a store procedure with print and output parameter 2- initialize output parameters to a different data type other than the type declared in sp. 3- set the WarningsReturnAsErrors to true 4- call sp. Also check error conditions by passing output parameters NOT by reference. --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- --EXPECT-- Done