More php3_ annihilation

This commit is contained in:
Zeev Suraski 1999-12-17 19:51:39 +00:00
parent 02d3b39420
commit a3c6514332
57 changed files with 652 additions and 640 deletions

View file

@ -1381,7 +1381,7 @@ PHP_FUNCTION(xml_parser_free)
ZEND_FETCH_RESOURCE(parser,xml_parser *, pind, -1, "XML Parser", le_xml_parser);
if (php3_list_delete(parser->index) == FAILURE) {
if (zend_list_delete(parser->index) == FAILURE) {
RETURN_FALSE;
}