Browse Source

fixed comment

pull/1441/head
Xinchen Hui 11 years ago
parent
commit
5f8bc73fc3
  1. 2
      ext/simplexml/simplexml.c

2
ext/simplexml/simplexml.c

@ -829,7 +829,7 @@ static int sxe_property_exists(zval *object, zval *member, int check_empty, void
}
/* }}} */
/* {{{ sxe_property_exists()
/* {{{ sxe_dimension_exists()
*/
static int sxe_dimension_exists(zval *object, zval *member, int check_empty)
{

Loading…
Cancel
Save