-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/xsl/tests/ |
|
|
| Current File : //usr/src/php/ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt |
--TEST--
Check xsltprocessor::removeParameter with invalid parameter
--SKIPIF--
<?php
if (!extension_loaded('xsl')) {
die("skip\n");
}
?>
--FILE--
<?php
include dirname(__FILE__) .'/prepare.inc';
$proc->importStylesheet($xsl);
var_dump($proc->removeParameter('', 'doesnotexist'));
--EXPECT--
bool(false)
--CREDITS--
Christian Weiske, cweiske@php.net
PHP Testfest Berlin 2009-05-09
Copyright © 2017 || Recoded By Mr.Bumblebee