mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
commit
ec90e85d8c
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ max_execution_time=1
|
|||
hard_timeout=1
|
||||
--FILE--
|
||||
<?php
|
||||
$a1 = range(1, 1000000);
|
||||
$a2 = range(100000, 1999999);
|
||||
$a1 = range(1, 2000000);
|
||||
$a2 = range(100000, 2999999);
|
||||
array_intersect($a1, $a2);
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue