Skip to content

Commit 0a40431

Browse files
committed
remove reference variables
1 parent 24a4f05 commit 0a40431

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ext/standard/tests/array/in_array_variation1.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ enum Sample {
1010
}
1111

1212
echo "*** Testing in_array() with different needle values ***\n";
13-
$refVar = "B";
14-
$refVar2 = 4;
15-
$refVar3 = -2.989888;
16-
$refVar4 = NULL;
17-
$refVar5 = Sample::A;
1813
$arrays = [
1914
[0],
2015
["a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"],

0 commit comments

Comments
 (0)