- MFH: Fix skipif

This commit is contained in:
Johannes Schlüter 2007-05-03 12:44:48 +00:00
parent 0a92fdba8a
commit f50ec4ea53

View file

@ -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');