From 0445f9025b043b0c9d7ce6a8f5f997ddf562342b Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Thu, 30 Apr 2009 11:14:09 +0000 Subject: [PATCH] - Reflection can be disabled in PHP_5_2 --- tests/classes/inheritance_007.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/classes/inheritance_007.phpt b/tests/classes/inheritance_007.phpt index 47eff9b88e..4cdb45778b 100644 --- a/tests/classes/inheritance_007.phpt +++ b/tests/classes/inheritance_007.phpt @@ -1,5 +1,7 @@ --TEST-- Ensure inherited old-style constructor doesn't block other methods. +--SKIPIF-- + --FILE--