Arquivos
hhvm/hphp/test/ext/debugger_tests/break_t4.php
T
Paul Tarjan f5569e4755 clean up tests dir
I think this dir shouldn't have anything non-necessary in the root.
2013-06-06 16:31:09 -07:00

14 linhas
175 B
PHP

<?php
// Warning: line numbers are sensitive, do not change
class :fb:my:thing {
function doIt() {
echo "doing my thing\n";
}
}
error_log('break_t4.php loaded');