It seems reasonable to expect that "123 + oo" or "-567 * oo" should evaluate in "+oo" and "-oo", respectively, but at the moment they both result in the "forbidden" error.
Can support of basic arithmetic operations for t_INFINITY be added? Of course, undefined operations such as "oo - oo" should still produce an error.