PHP Classes

File: tests/002.phpt

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP STMR   tests/002.phpt   Download  
File: tests/002.phpt
Role: Unit test script
Content type: text/plain
Description: PHP test script
Class: PHP STMR
PHP extension to implement the Porter stemmer
Author: By
Last change:
Date: 1 year ago
Size: 152 bytes
 

Contents

Class file image Download
--TEST--
stem() test without parameters
--SKIPIF--
<?php
if (!extension_loaded('stmr')) {
    echo
'skip';
}
?>
--FILE--
<?php
stem
();
?>
--EXPECT--
world