mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Correct two zlib tests to use a string, not a const
This commit is contained in:
parent
03dcf66f9a
commit
5351ecbfca
@ -2,7 +2,7 @@
|
||||
Test function gzfile() by substituting argument 1 with float values.
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded(zlib)) die ('skip zlib extension not available in this build');
|
||||
if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -2,7 +2,7 @@
|
||||
Test function readgzfile() by substituting argument 1 with float values.
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded(zlib)) die ('skip zlib extension not available in this build');
|
||||
if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user