Lines Matching refs:strlen
55 echo "Test 1.4: Type: AFC: Length: strlen\n";
56 $r = oci_bind_by_name($s, ":bv", $bv1, strlen($bv1), SQLT_AFC);
60 echo "Test 1.5: Type: AFC. Length: strlen-1\n";
61 $r = oci_bind_by_name($s, ":bv", $bv1, strlen($bv1)-1, SQLT_AFC);
65 echo "Test 1.6: Type: AFC. Length: strlen+1\n";
66 $r = oci_bind_by_name($s, ":bv", $bv1, strlen($bv1)+1, SQLT_AFC);
90 echo "Test 2.4: Type: AFC: Length: strlen\n";
95 echo "Test 2.5: Type: AFC. Length: strlen-1\n";
100 echo "Test 2.6: Type: AFC. Length: strlen+1\n";
126 echo "Test 3.4: Type: AFC: Length: strlen\n";
127 $r = oci_bind_by_name($s, ":bv", $bv1, strlen($bv1), SQLT_AFC);
131 echo "Test 3.5: Type: AFC. Length: strlen-1\n";
132 $r = oci_bind_by_name($s, ":bv", $bv1, strlen($bv1)-1, SQLT_AFC);
136 echo "Test 3.6: Type: AFC. Length: strlen+1\n";
137 $r = oci_bind_by_name($s, ":bv", $bv1, strlen($bv1)+1, SQLT_AFC);
162 echo "Test 4.4: Type: AFC: Length: strlen\n";
167 echo "Test 4.5: Type: AFC. Length: strlen-1\n";
172 echo "Test 4.6: Type: AFC. Length: strlen+1\n";
220 Test 1.4: Type: AFC: Length: strlen
225 Test 1.5: Type: AFC. Length: strlen-1
227 Test 1.6: Type: AFC. Length: strlen+1
241 Test 2.4: Type: AFC: Length: strlen
243 Test 2.5: Type: AFC. Length: strlen-1
245 Test 2.6: Type: AFC. Length: strlen+1
265 Test 3.4: Type: AFC: Length: strlen
270 Test 3.5: Type: AFC. Length: strlen-1
272 Test 3.6: Type: AFC. Length: strlen+1
286 Test 4.4: Type: AFC: Length: strlen
288 Test 4.5: Type: AFC. Length: strlen-1
290 Test 4.6: Type: AFC. Length: strlen+1