--TEST-- Test inout bit boolean parameters and casts to boolean types. --DESCRIPTION-- This test verifies that inout bit boolean parameters are read and set correctly and output 1 or 0 as appropriate. The expected outputs consist of a true value as a bit, false as a bit, a true value cast to a bit, a true value as an int. --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- --EXPECT-- int(1) int(0) int(1) int(1)