]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorNikita Popov <nikic@php.net>
Wed, 12 Oct 2016 20:43:01 +0000 (22:43 +0200)
committerAnatol Belski <ab@php.net>
Thu, 13 Oct 2016 23:53:25 +0000 (01:53 +0200)
(cherry picked from commit 9669ec707ab99d33404d3132792a24ebd1130fcf)

sapi/phpdbg/tests/exceptions_003.phpt
sapi/phpdbg/tests/next_001.phpt
sapi/phpdbg/tests/print_001.phpt
sapi/phpdbg/tests/stepping_001.phpt
sapi/phpdbg/tests/watch_001.phpt
sapi/phpdbg/tests/watch_002.phpt
sapi/phpdbg/tests/watch_003.phpt
sapi/phpdbg/tests/watch_004.phpt
sapi/phpdbg/tests/watch_006.phpt

index 2a982bcbe306f2c732775efed17bf2306520a5e3..ab26bb4b9dd124ffad959ab287259b34b8014816 100644 (file)
@@ -35,8 +35,8 @@ prompt> [L10 %s ECHO                    "caught "
  00011: }
  00012: 
 prompt> caught
-[L10 %s RETURN                  1                                                              %s]
-[Script ended normally]
+[L14 %s RETURN                  1                                                              %s]
+>00014: 
 prompt> 
 --FILE--
 <?php
index 3c92cebbdb87753c7348a462f389ec52ea6b41ae..b07d954303c6c976ce9cc5015cd29501c801cd38 100644 (file)
@@ -23,8 +23,8 @@ prompt> [L8 %s ECHO                    1
 >00008: echo 1;
  00009: 
 prompt> 1
-[L8 %s RETURN                  1                                                              %s]
-[Script ended normally]
+[L9 %s RETURN                  1                                                              %s]
+>00009: 
 prompt> 
 --FILE--
 <?php
index 1f7a5ac0b94043accebb5efb12af67e1c0f7f9ca..94ccedc3cf4812e43e1abb361152b900c5b65aed 100644 (file)
@@ -31,7 +31,7 @@ L9-9 Foo\Bar::baz() %s - %s + 1 ops
  L9    #0     RETURN                  null                                                          
 prompt> [Not Executing!]
 prompt> [Context %s (11 ops)]
-L1-19 {main}() %s - %s + 11 ops
+L1-21 {main}() %s - %s + 11 ops
  L4    #0     NOP                                                                                   
  L14   #1     NOP                                                                                   
  L18   #2     NEW                     "Foo\\Bar"                                @1                  
@@ -42,7 +42,7 @@ L1-19 {main}() %s - %s + 11 ops
  L19   #7     INIT_FCALL%s %d %s "foo"                                    
  L19   #8     SEND_VAL                "test"               1                                        
  L19   #9     DO_FCALL                                                                              
- L19   #10    RETURN                  1                                                             
+ L21   #10    RETURN                  1                                                             
 prompt> 
 --FILE--
 <?php
index 9366550f5663401fce00a1957255645e6948f6fc..76577b27674261488d37e290dacfd7b08b390b03 100644 (file)
@@ -48,10 +48,8 @@ prompt>  ... ok
 >00011: } finally {
  00012:        echo " ... ok";
  00013: }
-prompt> [L12 %s RETURN                  1                                                              %s]
->00012:        echo " ... ok";
- 00013: }
- 00014: 
+prompt> [L14 %s RETURN                  1                                                              %s]
+>00014: 
 prompt> 
 --FILE--
 <?php
index 966c3015f7aaeaadb7f3e50994f0a4f3b9044528..e16681bf7c0a55739388fd3a2cfaecb314b14bf5 100644 (file)
@@ -33,8 +33,7 @@ New value:
 prompt> [Breaking on watchpoint $b]
 Old value: 
 New value: 2
->00007: $b = 2;
- 00008: 
+>00008: 
 prompt> [$b has been removed, removing watchpoint recursively]
 [Script ended normally]
 prompt> 
index a12400e153d0ce96180d72adc5169512ceef7fcb..b57ca0a1d4d314965390b69463975af8012e715f 100644 (file)
@@ -17,8 +17,7 @@ prompt> [Breakpoint #0 at %s:6, hits: 1]
 prompt> [Added watchpoint #0 for $a[]]
 prompt> [Breaking on watchpoint $a[]]
 1 elements were added to the array
->00008: $a = [0 => 3, 1 => 4];
- 00009: 
+>00009: 
 prompt> [$a[] has been removed, removing watchpoint]
 [Script ended normally]
 prompt> 
index cb09bd479240580afe0e2369267b0db56daa8ece..08868aedc3ede2e3440f66af45f6af11bfd7b759 100644 (file)
@@ -24,8 +24,7 @@ New value: 2
 prompt> [Breaking on watchpoint $a[0]]
 Old value: 2
 New value: 3
->00008: $a = [0 => 3, 1 => 4];
- 00009: 
+>00009: 
 prompt> [$a[0] has been removed, removing watchpoint]
 [Script ended normally]
 prompt> 
index 98c8afd085606d28d4550f3fe0f15597e2c91803..878542937be1cec5f6149bda529660d3aa045e77 100644 (file)
@@ -26,8 +26,7 @@ New value: aa
 prompt> [Breaking on watchpoint $a]
 Old value: aa
 New value: ab
->00005: $a[1] = "b";
- 00006: 
+>00006: 
 prompt> [$a has been removed, removing watchpoint]
 [Script ended normally]
 prompt> 
index b8f6206e56dcd2040349263c23026f5444df3876..bf38b8eff1fbcdf92b83653c08f256a3b0e4da77 100644 (file)
@@ -54,8 +54,7 @@ New value (reference): Array ([0] => 2,[1] => 3)
 prompt> [Breaking on watchpoint $b]
 Old value inaccessible or destroyed
 New value (reference): Array ([0] => 1)
->00009: $b = &$c;
- 00010: 
+>00010: 
 prompt> [$b has been removed, removing watchpoint recursively]
 [$a[0] has been removed, removing watchpoint]
 [Script ended normally]