for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Defines common elements used by the library.
*
* @package SqlParser
*/
if (!function_exists('__')) {
* Translates the given string.
* @param string $str String to be translated.
* @return string
function __($str)
{
return $str;
}