From 4e9cd5894dea62120e4f3d5260a64e585cbb2236 Mon Sep 17 00:00:00 2001 From: ywarnier Date: Thu, 21 Apr 2011 12:59:31 -0500 Subject: [PATCH] Minor - remove notice --- tests/simpletest/compatibility.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/simpletest/compatibility.php b/tests/simpletest/compatibility.php index a3f459d13d..73570dfda3 100755 --- a/tests/simpletest/compatibility.php +++ b/tests/simpletest/compatibility.php @@ -144,6 +144,7 @@ class SimpleTestCompatibility { } } } + $is_a = null; eval("\$is_a = \$object instanceof $class;"); return $is_a; }