mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] Fix typo
This commit is contained in:
parent
90f81ca7cb
commit
cf0a44a38a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Since: DOM Level 3
|
||||||
*/
|
*/
|
||||||
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval)
|
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval)
|
||||||
{
|
{
|
||||||
/* This was never implemented, and is dropped from teh modern-day DOM spec.
|
/* This was never implemented, and is dropped from the modern-day DOM spec.
|
||||||
* It only exists in old DOM to preserve BC. */
|
* It only exists in old DOM to preserve BC. */
|
||||||
ZVAL_NULL(retval);
|
ZVAL_NULL(retval);
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue