]> granicus.if.org Git - php/commitdiff
- Reflection can be disabled in PHP_5_2
authorJani Taskinen <jani@php.net>
Thu, 30 Apr 2009 11:14:09 +0000 (11:14 +0000)
committerJani Taskinen <jani@php.net>
Thu, 30 Apr 2009 11:14:09 +0000 (11:14 +0000)
tests/classes/inheritance_007.phpt

index 47eff9b88e720b1e8851604f6df6c892c986c447..4cdb45778b64b3b24ef4854512a644bdd2c4ce93 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Ensure inherited old-style constructor doesn't block other methods.
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 class A {