Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/xmlreader/php_xmlreader.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ PHP_METHOD(XMLReader, moveToAttributeNo)
}
/* }}} */

/* {{{ Positions reader at attribute spcified by name and namespaceURI.
/* {{{ Positions reader at attribute specified by name and namespaceURI.
Returns TRUE on success and FALSE on failure */
PHP_METHOD(XMLReader, moveToAttributeNs)
{
Expand Down
2 changes: 1 addition & 1 deletion ext/xmlreader/tests/expand.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
XMLReader: Expand into existing DOM documet
XMLReader: Expand into existing DOM document
--EXTENSIONS--
xmlreader
dom
Expand Down
2 changes: 1 addition & 1 deletion ext/xmlwriter/php_xmlwriter.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ PHP_FUNCTION(xmlwriter_write_element)
}
/* }}} */

/* {{{ Write full namesapced element tag - returns FALSE on error */
/* {{{ Write full namespaced element tag - returns FALSE on error */
PHP_FUNCTION(xmlwriter_write_element_ns)
{
xmlTextWriterPtr ptr;
Expand Down
2 changes: 1 addition & 1 deletion ext/xmlwriter/tests/bug39504.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity)
Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity)
--EXTENSIONS--
xmlwriter
--FILE--
Expand Down
Loading