$s->attr
['file'
] =
$f;
$s->attr
['line'
] =
$r->
getStartLine();
} else { unset($s->attr
['file'
]);
unset($s->attr
['line'
]);
} if ($error =
$o->
getError()) { return [Caster::PREFIX_VIRTUAL.'⚠' =>
$error->
getMessage()];
} if ($o->
isStringable()) { return [Caster::PREFIX_VIRTUAL.'__toString()' =>
(string) $o->
getObject()];
} return [Caster::PREFIX_VIRTUAL.'⚠' =>
sprintf('Object of class "%s" could not be converted to string.',
$o->
getClass())];
},
];
} private function sanitizeQueries(string
$connectionName, array
$queries): array
{ foreach ($queries as $i =>
$query) {