$test = "foo ' bar"; $quoted = $conn->quote( $test ); echo $quoted;
RESULT: 'foo ' bar' EXPECTED: 'foo \' bar'