2c37e4477e
Port debugger unit tests for break command to new framework to prepare for added many more tests dealing with nested namespaces.
14 linhas
173 B
PHP
14 linhas
173 B
PHP
<?php
|
|
|
|
// Warning: line numbers are sensitive, do not change
|
|
|
|
class :fb:my:thing {
|
|
|
|
function doIt() {
|
|
echo "doing my thing\n";
|
|
}
|
|
}
|
|
|
|
error_log('break4.php loaded');
|
|
|