--TEST-- Stored Function Test --DESCRIPTION-- Verifies the ability to create and subsequently call a stored procedure. --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- $actual."); } } try { storedFunc(); } catch (Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- Test "Stored Function" completed successfully.