mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- MFH: Fix skipif
This commit is contained in:
parent
0a92fdba8a
commit
f50ec4ea53
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Bug #40236 (php -a function allocation eats memory)
|
Bug #40236 (php -a function allocation eats memory)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
|
<?php
|
||||||
if (php_sapi_name() != "cli") die("skip CLI only");
|
if (php_sapi_name() != "cli") die("skip CLI only");
|
||||||
|
if (extension_loaded("readline")) die("skip Test doesn't support readline");
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$php = getenv('TEST_PHP_EXECUTABLE');
|
$php = getenv('TEST_PHP_EXECUTABLE');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue