]> granicus.if.org Git - php/commitdiff
added skipif section
authorGeorg Richter <georg@php.net>
Sat, 4 Dec 2004 08:50:33 +0000 (08:50 +0000)
committerGeorg Richter <georg@php.net>
Sat, 4 Dec 2004 08:50:33 +0000 (08:50 +0000)
65 files changed:
ext/mysqli/tests/001.phpt
ext/mysqli/tests/002.phpt
ext/mysqli/tests/003.phpt
ext/mysqli/tests/004.phpt
ext/mysqli/tests/005.phpt
ext/mysqli/tests/006.phpt
ext/mysqli/tests/007.phpt
ext/mysqli/tests/008.phpt
ext/mysqli/tests/009.phpt
ext/mysqli/tests/010.phpt
ext/mysqli/tests/011.phpt
ext/mysqli/tests/012.phpt
ext/mysqli/tests/013.phpt
ext/mysqli/tests/014.phpt
ext/mysqli/tests/015.phpt
ext/mysqli/tests/016.phpt
ext/mysqli/tests/017.phpt
ext/mysqli/tests/018.phpt
ext/mysqli/tests/019.phpt
ext/mysqli/tests/020.phpt
ext/mysqli/tests/021.phpt
ext/mysqli/tests/022.phpt
ext/mysqli/tests/023.phpt
ext/mysqli/tests/024.phpt
ext/mysqli/tests/025.phpt
ext/mysqli/tests/026.phpt
ext/mysqli/tests/027.phpt
ext/mysqli/tests/028.phpt
ext/mysqli/tests/029.phpt
ext/mysqli/tests/030.phpt
ext/mysqli/tests/031.phpt
ext/mysqli/tests/032.phpt
ext/mysqli/tests/033.phpt
ext/mysqli/tests/034.phpt
ext/mysqli/tests/035.phpt
ext/mysqli/tests/036.phpt
ext/mysqli/tests/037.phpt
ext/mysqli/tests/038.phpt
ext/mysqli/tests/039.phpt
ext/mysqli/tests/040.phpt
ext/mysqli/tests/041.phpt
ext/mysqli/tests/042.phpt
ext/mysqli/tests/043.phpt
ext/mysqli/tests/044.phpt
ext/mysqli/tests/045.phpt
ext/mysqli/tests/046.phpt
ext/mysqli/tests/047.phpt
ext/mysqli/tests/048.phpt
ext/mysqli/tests/049.phpt
ext/mysqli/tests/050.phpt
ext/mysqli/tests/051.phpt
ext/mysqli/tests/052.phpt
ext/mysqli/tests/053.phpt
ext/mysqli/tests/054.phpt
ext/mysqli/tests/055.phpt
ext/mysqli/tests/056.phpt
ext/mysqli/tests/057.phpt
ext/mysqli/tests/058.phpt
ext/mysqli/tests/059.phpt
ext/mysqli/tests/060.phpt
ext/mysqli/tests/061.phpt
ext/mysqli/tests/bug28817.phpt
ext/mysqli/tests/bug29311.phpt
ext/mysqli/tests/bug30967.phpt
ext/mysqli/tests/skipif.inc [new file with mode: 0644]

index 8c9dc41f3161674526d6d0b551b05af7631233e5..880325bb5ae02f8a484051362c78e88198dbe3ab 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli connect
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 255944a4ecba256d3adde78462ef37681df1ee6c..fa4e60e185d611e7f7a8b20140d49a3a87763963 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_result 1 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 0500ec557786bdd50c4736f968641358585c9db7..d043dc7724f61d1487ea562f9a42fe21696c8de1 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli connect
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 33815c2f76921f3322d3613fee4491f3627f4879..c80c7214e3262cfbb80c296c11da1fa813e58a95 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch char/text 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include ("connect.inc");
index 48a0d77983f72c1ec22ef21454e234dd92ac4930..a9f75cfd7e97616fc56f68dc75d7d233dc34b51e 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch char/text long 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 87fbc609e561bb2135204e9df86e3ccea9a185b4..4b495cc5945129b0a5396d0594a8480444e0a219 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch long values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index bd9696188698988dfbb2d8f4cda00850497d23eb..503863bdc2c05580851200f999e5cbf0481ce593 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch short values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index a57730bfc8e557e9cdb1e07fe6a5c7ab4c3fe57c..12311d621b977644075300eeed05fd438d859b9d 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch tinyint values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 89f2d6e2e7abc1d02ec716e5deea179e62acd7a1..6b8f57b203bfb3041b8bbd61ce191215359c9e73 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch bigint values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 207144c92bdfbf5eab880a0c5d8697388f22d50b..0d74bed501c7c9e5d6c1e41bc6cd10f42ae5dba5 100644 (file)
@@ -2,6 +2,8 @@
 mysqli fetch float values
 --INI--
 precision=12
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index fab8522a1706e6d75127198ca8f02e33468ab154..77a157f5641b7265c642987139f509e6063d1112 100644 (file)
@@ -2,6 +2,8 @@
 mysqli fetch mixed values
 --INI--
 precision=12
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 5bc766a4abce1c04570b7cd92a33bae368ca2ffb..9c52f9c3e4cef145fcbf665d1132773cc48aa7c1 100644 (file)
@@ -2,6 +2,8 @@
 mysqli fetch mixed values 2
 --INI--
 precision=12
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index b4f9e4e16614fd5038a0df3ad0f9dbb323e5e4b9..ff435f94db99b11abb644b2d0841e10e94d1d100 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch mixed / mysql_query 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 162114cdc79dc64f57e6ad191e588610260d2056..69c347b88b4eaf1f562ebcb78bed4f1bc8c4699f 100644 (file)
@@ -13,6 +13,8 @@ mysqli autocommit/commit/rollback
                printf ("skip innodb support is not installed or enabled.");
        }
 ?>
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index b9d70e02be9dc76c1b3d01c605575acb62c951dd..26eb4383c9ebdf3abe308459baf6c3c99d2954fe 100644 (file)
@@ -13,6 +13,8 @@ mysqli autocommit/commit/rollback with myisam
                printf ("skip innodb support not installed.");
        }
 ?>
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 0185a8156932b34b4d3ecab17713e55e82e9b675..c61da29ec19a9a3069518da0e5026dc2418e47f2 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch user variable 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index d6c8f7838608f7edb4aa35010af02a1cf5d6ea72..7f51ca4b9179144210ee06a423af42331ac1c43c 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch functions 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 0fb2864d528926e98b2965593b7daac80994fa1c..4ba199d866541412c1b8366639e98a993ae15e24 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch system variables
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 39dd9c83a662c3b194b6f61b11dadbb453f51e68..41b1ba2cf90fac40d0ff4109c2796b8a035e0e84 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli fetch (bind_param + bind_result) 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 62c165773314e21a10e43f3249f2a9ca1cf0a0ff..85834c52afc03a2b78a96bf0c9cc069b2cc2637b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param/bind_result date
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 0ff22d4da3c1f6dc5e57a1408166c863ae7509d8..6f5bad32053e16124afc16e620556c817c80bb6f 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param+bind_result char/text 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 888834296ceaa5388d3ad888788cbc7f48abe322..cce8ed8eb6daab491a4652fc3d6fd592af4752f3 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param/bind_result char/text long 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 5f5e320ab7e4a23e684153bfd1002fee3bae4cd1..69e9b20858c3bcd5bf15045fe2571b5b6f641775 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param/bind_prepare fetch long values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 7ea92479d473d3ba2555ff40cb7b9fa80a9d263b..c6d6cd7e70247e987371a340b09cb82b05cc85b9 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param/bind_result short values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index ba9db661a7382b72599648cbd5a6b5064b991c67..85ff0fa29fe1c3a7b546b7ccb7d9e073f2de0b15 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param/bind_result tinyint values
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 9b480bb65dc6ffac68f4e22f3efcc6584f8f0b4a..0f9e882608860ee7d96a3c59b4c3f1b886a4c91a 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_param/bind_result with send_long_data 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 2505df530cf011894751977744e156a311b529b1..9f8eadf9ddc345ac31b23c4f6aab0f674ef3cd9a 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_stat
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index b6fab50e4403b8be5e1a5e081230a6c0983243d8..021804540d01fd48634bd36f069510d5d3cd3fb2 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_character_set_name
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 6fea5b889d39dc06c969de98579b0ce9cfee9ce3..318e6aeb9ecd99326d3540268c2d0a2101b154ff 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_affected_rows
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 9bf7369a22bcef15bda296beac61adc23230d7d9..a3946c3715fedf35aadbe46e2574b55b0bb3fd78 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_errno
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index c75bfd42b438162c8d23a3ec12a1f934fef4c9c0..743b4b2d0fe58ec33ce6b5567d746e22f0afb59f 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_error
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 0cb4ee4d091bbf03a3a2556bd966cc7fbd09e7f4..18bd756a2305e989cb4b70e8289b83784aeb2617 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_info
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index c9247eae6004ca0c1d7274de3d378d8f5db8b21b..3a56b5c6788ab307ba88f47a1917444ea19f86c7 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_get_host_info
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 2d176c79fe591a07cef01b035cf3931a8804ddf2..47c99f07e5b2dd62150ade8e6a384290f09ad6c5 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_get_proto_info
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index b402a4859fa181cd03251ac347686f155239f19a..ea31222ec73ae4668e9d4395100674ed1979843c 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_get_server_info
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 95fa182591a878b6f3646917aa9aae9da6410816..58d27b481e504ae87528d4e41ab7deba643fb52e 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_insert_id()
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index a14d554b2b27299ae119c6867ef1b7fc1f7fe878..c9089c19be4fe650593ce18a744a1a7e6652e598 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_field_count()
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 21f9a27d6b4b1b8f9e7f22284e5a89e320c5ca84..ecd4f908f11204f1661677f8846678dd074226bc 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_num_fields()
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index ba5915bb978e29617f1084052ea9ee4c15ab6080..1d5ab991062e328046ce385c8e8856ad263360af 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_num_fields() 2
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 4d7c4563c130a33ce69f5f124492c26236ef9f69..79bfe0d5fb4859aaacf0f374c73053fc89a85e8f 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_num_rows()
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 7bc82f05c8f48103b36ad337e89556dc8ba84040..e78c60a9568f6c072517f873c4801149460235f7 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 function test: mysqli_warning_count()
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index c1384bbf68dff5367f5be962ac47a285c2b9d9b2..fe6d23e172afe0441ba44f146effa6be13724262 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_fetch_object
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 1d4b1854ac68cdcca83790c9644e6ab0ad19d9b3..fb0284e06a3929b4cf20481ae0830c46ffa5e443 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_bind_param (UPDATE)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index cb4a272fc56e6cb231d89f9170ed3a5b228d2d21..28e73a7e0999b68043f61aafab6523920ddf4230 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_get_server_version
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 8e2affd085a9c95ad084079ba7287b24044f7321..5a6efeafb726ce081e9f46f8c7bde1ead6c079a6 100644 (file)
@@ -15,6 +15,8 @@ mysqli_bind_result (SHOW)
        $stmt->close();
        mysqli_close($link);
 ?>
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 6adb908a4ba5facd3d570d0d769e000c384c87ad..e88348bfa92599457a7e8d5d145175269948b250 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_stmt_affected_rows (delete)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 50540aff651d459cf9004b50cff65809bd97ed0d..56acddd6887cde1ae29f717e549a3d4509b0550c 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_get_metadata
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index ec849e39929b6806f077eee589e9e601877aa385..1cf5b67894b9a81a873d3ddd85b962abf300d1b8 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli bind_result (OO-Style) 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 869220d92eab03fab1ed75004dcf59cfb7973859..13ea5594c31e276dd13e650161cb8430f5c27f03 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysql_fetch_row (OO-Style) 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 3e8a8a37fbe80a659688a26ae55f600ed2e52370..5f923ccf34bd910bf7e03045daf5e41f17b93829 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 non freed statement test 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 807cc2f2751528aed525da2c4064dd9189b9d424..ef378757f1adf2c5feda7d9cbfc67bce4d15be4b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 free statement after close 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index cda1b2c844db51fedb48993bb518dcdade6b5c28..3fa5dc8f1702810d41c4ff3e8642510043ce7628 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 call statement after close
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 4bfce10b14db597dca31d4781f96120f52cd78ad..99148c7e80dd1031eade380f2093c284f31b9ff8 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 not freed resultset 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 7c9b51fe461850c94b500a9527e6cb50838c74cb..727b87ef8e99c2f0326cdbe8bb31dff24658848e 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 free resultset after close 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 8fa374a6c7a2976db09b6da11702dba00be1fcff..e650dbcecdd1e41a75f3905d095e256e476cf920 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 free nothing 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index a681ffcf4977d489fbf68b2df12a0beb5d9e4f40..cc5c32fc6099c202f1b42cecae6b818835a53ebf 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 extend mysqli 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index fcd07f6f0bbe6ea87b6493979fb76bd34b78e739..a987c72381c45b0fd22fd86199032da580b981cc 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_get_metadata
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 95bdbc1cbe62bcbdef54fae1679705f723c784b1..7554d08f687273b5db650373176e2f26e36c5c87 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 multiple binds
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 151c3de96197efa70bbcf93ce4c1412fa4483c9d..0bc8a62bbf1123c414744c41a55670ad37768725 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 sqlmode + bind
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 7c753743cdedbe0da0aef69cb9e27a9a3f800f8b..875130dc55507f53210844153e39b7d99f35758c 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mysqli_fetch_object with classes
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index f1c297001195452aff83dc3b5654af74368dfee2..9c278353c62fa7ae261df5e12a229d65a8953a61 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 local infile handler
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 9f2aae956371cdd7c2e182ae417569600b0e30b6..0cc8b13612861ace21a9d22acc582331f254bd7e 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #28817 testcase (properties)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index 53710cbdc8446f68d921be21c9308cbf9c0955d2..b50de178b2236abb2b21bc7b290d483f7ff79962 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 constructor test
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
index dd40194744274022857229bb2d16cfd52c74c403..67c1fc22d1a0360b880e3fa205e47102efc73fa9 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #30967 testcase (properties)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
        include "connect.inc";
diff --git a/ext/mysqli/tests/skipif.inc b/ext/mysqli/tests/skipif.inc
new file mode 100644 (file)
index 0000000..eded86d
--- /dev/null
@@ -0,0 +1 @@
+<?php  if (!extension_loaded('mysqli')) die('skip mysqli extension not available');?>