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