Searched refs:php_ereg_replace (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/ereg/ |
H A D | php_ereg.h | 38 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i…
|
H A D | ereg.c | 403 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i… in php_ereg_replace() function 597 ret = php_ereg_replace(pattern, replace, string, icase, 1 TSRMLS_CC); in php_do_ereg_replace()
|
/PHP-5.6/ |
H A D | NEWS | 261 . Fixed bug #73284 (heap overflow in php_ereg_replace function). (Stas)
|
Completed in 54 milliseconds