regfree(&re);
}
-/* {{{ proto int ereg(string pattern, string replacement, string string)
+/* {{{ proto int ereg(string pattern, string string [, array registers])
Regular expression match */
PHP_FUNCTION(ereg)
{
}
/* }}} */
-/* {{{ proto int eregi(string pattern, string replacement, string string)
+/* {{{ proto int eregi(string pattern, string string [, array registers])
Case-insensitive regular expression match */
PHP_FUNCTION(eregi)
{
STR_FREE(pattern);
}
-/* {{{ proto string ereg_replace(string pattern, string string [, array registers])
+/* {{{ proto string ereg_replace(string pattern, string replacement, string string)
Replace regular expression */
PHP_FUNCTION(ereg_replace)
{
}
/* }}} */
-/* {{{ proto string eregi_replace(string pattern, string string [, array registers])
+/* {{{ proto string eregi_replace(string pattern, string replacement, string string])
Case insensitive replace regular expression */
PHP_FUNCTION(eregi_replace)
{
regfree(&re);
}
-/* {{{ proto int ereg(string pattern, string replacement, string string)
+/* {{{ proto int ereg(string pattern, string string [, array registers])
Regular expression match */
PHP_FUNCTION(ereg)
{
}
/* }}} */
-/* {{{ proto int eregi(string pattern, string replacement, string string)
+/* {{{ proto int eregi(string pattern, string string [, array registers])
Case-insensitive regular expression match */
PHP_FUNCTION(eregi)
{
STR_FREE(pattern);
}
-/* {{{ proto string ereg_replace(string pattern, string string [, array registers])
+/* {{{ proto string ereg_replace(string pattern, string replacement, string string)
Replace regular expression */
PHP_FUNCTION(ereg_replace)
{
}
/* }}} */
-/* {{{ proto string eregi_replace(string pattern, string string [, array registers])
+/* {{{ proto string eregi_replace(string pattern, string replacement, string string])
Case insensitive replace regular expression */
PHP_FUNCTION(eregi_replace)
{