Skip to content

Instantly share code, notes, and snippets.

@dazecoop
Created January 18, 2022 15:43
Show Gist options
  • Save dazecoop/e43f48047ae7b8631717b2e3e012defd to your computer and use it in GitHub Desktop.
Save dazecoop/e43f48047ae7b8631717b2e3e012defd to your computer and use it in GitHub Desktop.
echo '<pre style="white-space:normal; border:2px solid grey; margin:1rem; padding:1rem; font-size:12px;">';
print_r( vsprintf(str_replace(array('?'), array('\'%s\''), $query->toSql()), $query->getBindings()) );
echo '</pre>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment