mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
- add skipif
This commit is contained in:
parent
7921f410fc
commit
bd0a02b72b
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Testing PDORow and PDOStatement instances with Reflection
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded('pdo')) die('skip'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Trying instantiate a PDORow object manually
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded('pdo')) die('skip'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user