mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
- MFH: Fix skipif
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
--TEST--
|
||||
Bug #40236 (php -a function allocation eats memory)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (php_sapi_name() != "cli") die("skip CLI only");
|
||||
if (extension_loaded("readline")) die("skip Test doesn't support readline");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$php = getenv('TEST_PHP_EXECUTABLE');
|
||||
|
||||
Reference in New Issue
Block a user