mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed the common misspelling of the word occurred (occured -> occurred)
This commit is contained in:
parent
b8d453d8d4
commit
896ac689c9
34 changed files with 73 additions and 73 deletions
|
@ -336,7 +336,7 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
|
|||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler));
|
||||
valuePush(ctxt, xmlXPathNewString(""));
|
||||
}
|
||||
/* retval is == NULL, when an exception occured, don't report anything, because PHP itself will handle that */
|
||||
/* retval is == NULL, when an exception occurred, don't report anything, because PHP itself will handle that */
|
||||
} else if (retval == NULL) {
|
||||
} else {
|
||||
if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRMLS_CC)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue