Skip to content

Commit b5a14e6

Browse files
committed
Port skipif.inc files to EXTENSIONS
1 parent ea126c5 commit b5a14e6

File tree

1,252 files changed

+2424
-616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,252 files changed

+2424
-616
lines changed

ext/dba/tests/bug36436.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #36436 (DBA problem with Berkeley DB4)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/bug38698.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'cdb_make';

ext/dba/tests/bug48240.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #48240 (DBA Segmentation fault dba_nextkey)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/bug49125.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #49125 (Error in dba_exists C code)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/bug62490.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #62490 (dba_delete returns true on missing item (inifile))
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "inifile";

ext/dba/tests/bug65708.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/bug72157.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #72157 (use-after-free caused by dba_open)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/bug72885.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #72885 flatfile: dba_fetch() fails to read replaced entry
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "flatfile";

ext/dba/tests/bug78808.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'lmdb';

ext/dba/tests/dba001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA File Creation Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA Insert/Fetch Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA Insert/Replace/Fetch Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba004.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA Multiple Insert/Fetch Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba005.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA FirstKey/NextKey Loop Test With 5 Items
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba006.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA FirstKey/NextKey with 2 deletes
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba007.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA Multiple File Creation Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba009.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA dba_popen Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba010.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA with array keys
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba011.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA argument tests
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba012.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA dba.default_handler tests
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "flatfile";

ext/dba/tests/dba013.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA with array key with empty array
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba014.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA with array key with array containing too many elements
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/dba015.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA with persistent connections
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "flatfile";

ext/dba/tests/dba016.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA lock modifier error message test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "flatfile";

ext/dba/tests/dba_cdb.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA CDB handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'cdb';

ext/dba/tests/dba_cdb_001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA CDB handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'cdb';

ext/dba/tests/dba_cdb_make.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA CDB_MAKE handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'cdb_make';

ext/dba/tests/dba_cdb_read.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA CDB handler test (read only)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'cdb_make';

ext/dba/tests/dba_db1.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB1 handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db1';

ext/dba/tests/dba_db2.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB2 handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db2';

ext/dba/tests/dba_db3.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB3 handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db3';

ext/dba/tests/dba_db4_000.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 handler test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/dba_db4_001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 New File Creation open("c") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 New File Creation open("n") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 File Creation open("c") with existing file
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_004.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 Truncate Existing File open("n")
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_005.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 New File Creation popen("c") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_006.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 New File Creation popen("n") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_007.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 File Creation popen("c") with existing invalid file
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_008.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 Truncate Existing File popen("n")
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_009.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 Multiple File Creation Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_011.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 with repeated key
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_012.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 New File Creation open("rl")
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_013.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 File open("rl") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_014.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 File open("wl") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_015.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 File open("wl") & Insert Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_016.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 File Creation popen("c") with existing valid file
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_017.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 file creation dba_open("cd")
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_018.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 with persistent connections
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "db4";

ext/dba/tests/dba_db4_handlers.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA DB4 Handler Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler="db4";

0 commit comments

Comments
 (0)