better error message and throwing it from hphpi as well
commit416b3f2b9858f2c621580c3fc836b40912bd84b2
authorhzhao <hzhao@facebook.com>
Thu, 4 Nov 2010 22:49:14 +0000 (4 15:49 -0700)
committermacvicar <macvicar@facebook.com>
Sat, 6 Nov 2010 02:12:10 +0000 (5 19:12 -0700)
treebe380984bb85389db86c8b9a0597d9fcd7a16d2e
parent9ef9c9929524c9119ca45adc6c90d1e9369b93c2
better error message and throwing it from hphpi as well

Test Plan:
<?php for ($i = 0; $i < 2000001; $i++);

DiffCamp Revision: 178724
Reviewed By: qixin
Commenters: dreiss
CC: hzhao, dreiss, qixin, hphp-diffs@lists
Tasks:
#430722: creativeupload tier seems down for bulk upload and create flow

Revert Plan:
OK
src/runtime/base/builtin_functions.cpp
src/runtime/base/macros.h
src/runtime/eval/ast/do_while_statement.cpp
src/runtime/eval/ast/for_statement.cpp
src/runtime/eval/ast/foreach_statement.cpp
src/runtime/eval/ast/while_statement.cpp