Arquivos
hhvm/hphp/test/quick/debugger/break2.php.in
T
Herman Venter 2c37e4477e Port debugger unit tests for break command to new framework
Port debugger unit tests for break command to new framework to prepare for added many more tests dealing with nested namespaces.
2013-06-13 10:25:36 -07:00

15 linhas
232 B
Plaintext

break break2.php:7
break foo2()
break cls2::pubObj()
break cls2::pubCls()
run
@ foo2('test_break6')
continue
@ $break6=new cls2()
@ $break6->pubObj('test_break6')
continue
@ cls2::pubCls('test_break6')
break clear all
continue
quit