Lines Matching refs:l
52 $l = [];
54 $l[] = $row['CLOB']->load();
56 if (strlen($l[0]) != LOBSIZE) { print("strlen(l) failure" . strlen($l)); exit; }
58 return($l);
66 $l = [];
68 $l[] = $row['CLOB'];
69 if (strlen($l[0]) != LOBSIZE) { print("strlen(l) failure" . strlen($l)); exit; }
71 return($l);
93 $l = [];
95 $l[] = $row['BLOB']->load();
97 if (strlen($l[0]) != LOBSIZE) { print("strlen(l) failure" . strlen($l)); exit; }
99 return($l);