Echo a numerical value in query_posts

You have the value of posts per page in single quotes, remove the quotes and it will work.

That said, you should be altering the main query with pre_get_posts instead of query_posts.

error code: 523