]> granicus.if.org Git - php/commitdiff
Remove superfluous SKIPIF sections of always available functions
authorGabriel Caruso <carusogabriel34@gmail.com>
Sun, 29 Jul 2018 18:45:38 +0000 (15:45 -0300)
committerGabriel Caruso <carusogabriel34@gmail.com>
Mon, 30 Jul 2018 12:01:39 +0000 (09:01 -0300)
Zend/tests/bug21478.phpt
Zend/tests/bug36568.phpt
Zend/tests/bug43450.phpt

index 6e07a378c292c98dad728ad186b44ffab8066f9c..22c28a19c9f0f5bb8186718daf4fb355b27d6003 100644 (file)
@@ -1,9 +1,5 @@
 --TEST--
 Bug #21478 (Zend/zend_alloc.c :: shutdown_memory_manager produces segfault) 
---SKIPIF--
-<?php 
-       if (!function_exists('stream_filter_register')) die('skip stream_filter_register() not available');
-?>
 --FILE--
 <?php
 class debugfilter extends php_user_filter {
index d621491a4cdcc1635baa55bbd2c27fe0f98609e3..57b5d507c2be15a5c3fa7a228462df83c8d5429e 100644 (file)
@@ -1,9 +1,5 @@
 --TEST--
 Bug #36568 (memory_limit has no effect)
---SKIPIF--
-<?php 
-       if (!function_exists('memory_get_usage')) die('skip PHP is configured without memory_limit');
-?>
 --INI--
 memory_limit=16M
 --FILE--
index e99453650e84491f1a9cd42fd7c8d1632850ddaf..223eb87442c9c50f649e80a49159e70e85462331 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
---SKIPIF--
-<?php if (!function_exists('memory_get_usage')) die('skip memory_get_usage() not installed'); ?>
 --INI--
 opcache.enable_cli=0
 --FILE--