Lines Matching refs:parameter
41 // Test 1: Bind input parameter in a local function
46 echo "Test 1: Bind input parameter in a local function\n";
58 // Test 2: Bind output parameter in a local function
63 echo "\nTest 2: Bind output parameter in a local function\n";
76 // Test 3: Bind output parameter within the same scope of execute
81 echo "\nTest 3: Bind output parameter within the same scope of execute\n";
94 // Test 4: Bind output parameter within the same scope of execute
99 echo "\nTest 4: Bind output parameter within the same scope of execute\n";
110 // Test 5: Bind IN OUT parameter in a local function
117 echo "\nTest 5: Bind IN OUT parameter in a local function\n";
132 // Test 6: Bind IN OUT parameter within the same scope of execute
139 echo "\nTest 6: Bind IN OUT parameter within the same scope of execute\n";
163 Test 1: Bind input parameter in a local function
171 Test 2: Bind output parameter in a local function
175 Test 3: Bind output parameter within the same scope of execute
179 Test 4: Bind output parameter within the same scope of execute
182 Test 5: Bind IN OUT parameter in a local function
187 Test 6: Bind IN OUT parameter within the same scope of execute