mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
- add skipif
This commit is contained in:
parent
17f78b92c4
commit
0295d0d1aa
@ -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