Lines Matching refs:output
56 // Test 2: Bind output parameter in a local function
61 echo "\nTest 2: Bind output parameter in a local function\n";
74 // Test 3: Bind output parameter within the same scope of execute
79 echo "\nTest 3: Bind output parameter within the same scope of execute\n";
92 // Test 4: Bind output parameter within the same scope of execute
93 $sql= "begin :output := bindfunc(:var1, :var2); end;";
97 echo "\nTest 4: Bind output parameter within the same scope of execute\n";
102 oci_bind_by_name($stmt, ":output", $cache3, 100);
169 Test 2: Bind output parameter in a local function
173 Test 3: Bind output parameter within the same scope of execute
177 Test 4: Bind output parameter within the same scope of execute