]> granicus.if.org Git - php/commitdiff
Fixed test by disable opcache
authorXinchen Hui <laruence@gmail.com>
Thu, 10 Dec 2015 13:46:37 +0000 (21:46 +0800)
committerXinchen Hui <laruence@gmail.com>
Thu, 10 Dec 2015 13:46:37 +0000 (21:46 +0800)
sapi/phpdbg/tests/stepping_001.phpt

index f4c7f3eda7fd4a7cb80300accf6e598dd7cfb0a5..c28c9074697483ec0aa630c3b93d7ed3b5fad47d 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Stepping with exceptions must not be stuck at CATCH
+--INI--
+opcache.enable=0
 --PHPDBG--
 b ZEND_THROW
 r
@@ -32,14 +34,14 @@ prompt> [L10 %s ECHO                    "ok"
  00011: } finally {
  00012:        echo " ... ok";
 prompt> ok
-[L10 %s FAST_CALL               J%d                                        ~%d                   %s]
+[L10 %s FAST_CALL               J8                                        ~%d                   %s]
 [L12 %s ECHO                    " ... ok"                                                      %s]
 >00012:        echo " ... ok";
  00013: }
  00014: 
 prompt>  ... ok
 [L12 %s FAST_RET                ~%d                                                             %s]
-[L10 %s JMP                     J%d                                                             %s]
+[L10 %s JMP                     J10                                                            %s]
 >00010:        echo "ok";
  00011: } finally {
  00012:        echo " ... ok";