1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/standard/tests/array/bug65251.phpt
2017-01-08 12:01:18 +01:00

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