This commit is contained in:
krakjoe 2013-12-05 22:56:20 +00:00
parent c4c9119a35
commit ee5393ebf9
2 changed files with 11 additions and 22 deletions

View file

@ -1,13 +0,0 @@
#################################################
# name: compile
# purpose: test pre-compilation
# expect: TEST::CISTRING
# options: -rr
#################################################
# set execution context
# attempting compilation
# success
#################################################
exec sapi/phpdbg/tests/code/class.php
compile
q

View file

@ -1,17 +1,19 @@
#################################################
# name: info
# purpose: test info commands
# expect: TEST::CISTRING
# expect: TEST::FORMAT
# options: -rr
#################################################
# set execution context
# attempting compilation
# success
# user classes
# user class test
# |---- in
#[User Classes (%d)]
#User Class test (3)
#|---- in phpdbginit code on line %d
#################################################
exec sapi/phpdbg/tests/code/class.php
compile
<:
class test {
public function testMethod(){}
private function testPrivateMethod(){}
protected function testProtectedMethod(){}
}
:>
info classes
q