Arquivos
hhvm/hphp/runtime
Alex Malyshev 8121dbb0d3 Fix three eval() bugs
* @ eval() was not being silenced correctly
* If the string passed to eval() hits a parse error, then the runtime
  is not supposed to fatal. We currently do.
* Errors in eval() code did not print a valid file name, they now
  print it as "$FILENAME($LINE1) : eval()'d code on line $LINE2"

Closes #945

Reviewed By: @jdelong

Differential Revision: D1006603
2013-10-19 00:37:41 -07:00
..
2013-10-19 00:37:41 -07:00
2013-10-19 00:37:41 -07:00
2013-07-25 13:59:56 -07:00
2013-10-19 00:37:41 -07:00