--TEST--
Test array_key_exists() function : usage variations - referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : bool array_key_exists(mixed $key, array $search)
-- Both arguments are referenced variables --
bool(true)
-Done
\ No newline at end of file
+Done
--TEST--
Test array_merge() function : usage variations - referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : array array_merge(array $arr1, array $arr2 [, array $...])
["key3"]=>
string(4) "val3"
}
-Done
\ No newline at end of file
+Done
--TEST--
Test array_push() function : usage variations - referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
}
}
}
-Done
\ No newline at end of file
+Done
--TEST--
Test array_slice() function : usage variations - referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
[2]=>
int(3)
}
-Done
\ No newline at end of file
+Done
--TEST--
Test array_values() function : usage variations - Referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : array array_values(array $input)
[2]=>
int(3)
}
-Done
\ No newline at end of file
+Done
--TEST--
Test each() function : usage variations - Referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : array each(array $arr)
[2]=>
string(3) "two"
}
-Done
\ No newline at end of file
+Done
--TEST--
Test rsort() function : usage variations - referenced variables
+--INI--
+allow_call_time_pass_reference=on
--FILE--
<?php
/* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
[2]=>
&int(33)
}
-Done
\ No newline at end of file
+Done