summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/bug65251.phpt
blob: 014517794c7037e566a3cdbf19badb2763b72f2e (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #65251: array_merge_recursive() recursion detection broken
--FILE--
<?php

array_merge_recursive($GLOBALS, $GLOBALS)

?>
--EXPECTF--
Warning: array_merge_recursive(): recursion detected in %s on line %d