mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
11 lines
216 B
PHP
11 lines
216 B
PHP
--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
|