Arquivos
hhvm/hphp/test/quick/debugger
Herman Venter acd68c4899 Check that the names used in function name breakpoints are valid PHP identifiers
Breakpoints of the form func() used the same routine to scan names as breakpoints of the form filename:lineno. This meant that you could write something like obj->func() and not get an error message. To fix this I've added a validation routine that is invoked when it has been determined that a name is part of a function name.
2013-07-23 11:44:32 -07:00
..
2013-06-04 17:53:37 -07:00
2013-06-06 11:07:58 -07:00
2013-06-06 11:07:58 -07:00
2013-06-11 11:47:28 -07:00
2013-06-11 11:47:28 -07:00
2013-06-03 23:54:35 -07:00
2013-06-28 11:36:10 -07:00