mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
add skipif
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("zlib")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
ob_start();
|
||||
|
||||
Reference in New Issue
Block a user