Lines Matching refs:l
53 $l = [];
55 $l[] = $row['CLOB']->load();
57 if (strlen($l[0]) != LOBSIZE) { print("strlen(l) failure" . strlen($l)); exit; }
59 return($l);
67 $l = [];
69 $l[] = $row['CLOB'];
70 if (strlen($l[0]) != LOBSIZE) { print("strlen(l) failure" . strlen($l)); exit; }
72 return($l);
94 $l = [];
96 $l[] = $row['BLOB']->load();
98 if (strlen($l[0]) != LOBSIZE) { print("strlen(l) failure" . strlen($l)); exit; }
100 return($l);