mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Reference counters in PHPNG may have different values
This commit is contained in:
parent
6e7338700e
commit
3d87391cc0
1 changed files with 9 additions and 9 deletions
|
@ -11,26 +11,26 @@ $b =& $a;
|
|||
$a[0][0] = $a;
|
||||
debug_zval_dump($a);
|
||||
?>
|
||||
--EXPECT--
|
||||
array(1) refcount(1){
|
||||
--EXPECTF--
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
array(1) refcount(3){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
array(1) refcount(3){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
*RECURSION*
|
||||
}
|
||||
}
|
||||
}
|
||||
array(1) refcount(1){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
array(1) refcount(3){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
array(1) refcount(1){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
array(1) refcount(3){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
array(1) refcount(1){
|
||||
array(1) refcount(%d){
|
||||
[0]=>
|
||||
*RECURSION*
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue