sxe_object_cast_ex 1920 ext/simplexml/simplexml.c 	return sxe_object_cast_ex(readobj, writeobj, type);
sxe_object_cast_ex 1928 ext/simplexml/simplexml.c 	if (sxe_object_cast_ex(getThis(), return_value, IS_STRING) != SUCCESS) {
sxe_object_cast_ex 2003 ext/simplexml/simplexml.c 	if (sxe_object_cast_ex(z, rv, IS_STRING) == FAILURE) {