diff options
| author | Georg Richter <georg@php.net> | 2004-12-04 08:50:33 +0000 |
|---|---|---|
| committer | Georg Richter <georg@php.net> | 2004-12-04 08:50:33 +0000 |
| commit | 6d27573ec25944326fde946c14aa0ead9d86eeb2 (patch) | |
| tree | e3ed6d7b082a0c7875faf20e60b9dd52eba20950 /ext/mysqli/tests/024.phpt | |
| parent | 9751d9afaa3d06a9cd52f1453553feb915d3f6d1 (diff) | |
| download | php-git-6d27573ec25944326fde946c14aa0ead9d86eeb2.tar.gz | |
added skipif section
Diffstat (limited to 'ext/mysqli/tests/024.phpt')
| -rw-r--r-- | ext/mysqli/tests/024.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/tests/024.phpt b/ext/mysqli/tests/024.phpt index 7ea92479d4..c6d6cd7e70 100644 --- a/ext/mysqli/tests/024.phpt +++ b/ext/mysqli/tests/024.phpt @@ -1,5 +1,7 @@ --TEST-- mysqli bind_param/bind_result short values +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php include "connect.inc"; |
