diff options
| author | Bob Weinand <bobwei9@hotmail.com> | 2015-04-20 21:05:10 +0200 |
|---|---|---|
| committer | Bob Weinand <bobwei9@hotmail.com> | 2015-04-20 21:05:10 +0200 |
| commit | 54018ada7dd83827e4079a733e85b382e7176185 (patch) | |
| tree | 85b7048a7758d3a9f819cb1bd465be23726206b5 | |
| parent | 5f10e84208c259a55db96789e9cbdf7e6af596a2 (diff) | |
| download | php-git-54018ada7dd83827e4079a733e85b382e7176185.tar.gz | |
Adapt test for new format
| -rw-r--r-- | sapi/phpdbg/tests/commands/0102_print.test | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sapi/phpdbg/tests/commands/0102_print.test b/sapi/phpdbg/tests/commands/0102_print.test index c174564e07..6ca60dbbad 100644 --- a/sapi/phpdbg/tests/commands/0102_print.test +++ b/sapi/phpdbg/tests/commands/0102_print.test @@ -5,15 +5,15 @@ # options: -rr ################################################# #[User Class: test (3 methods)] -#L%d-%d test::testMethod() %s -# L%d %s ZEND_RETURN C%d <unused> <unused> -# L%d-%d test::testPrivateMethod() %s -# L%d %s ZEND_RETURN C%d <unused> <unused> -# L%d-%d test::testProtectedMethod() %s -# L%d %s ZEND_RETURN C%d <unused> <unused> +#L%d-%d test::testMethod() %s - 0x%s + 1 ops +# L%d #0 RETURN null <unused> <unused> +#L%d-%d test::testPrivateMethod() %s - 0x%s + 1 ops +# L%d #0 RETURN null <unused> <unused> +#L%d-%d test::testProtectedMethod() %s - 0x%s + 1 ops +# L%d #0 RETURN null <unused> <unused> #[User Method testMethod (1 ops)] -# L%d-%d test::testMethod() %s -# L%d %s ZEND_RETURN C%d <unused> <unused> +#L%d-%d test::testMethod() %s - 0x%s + 1 ops +# L%d #0 RETURN null <unused> <unused> ################################################# <: class test { |
